Consulting

Results 1 to 5 of 5

Thread: Sleeper: Conditional VBA solution for moving data as per diffrenet cell value

  1. #1

    Sleeper: Conditional VBA solution for moving data as per diffrenet cell value

    i have a problem in excel .. & i wanna solution in VBA form... pls help me

    i have a main entry sheet & i wanna data in selected sheet after entry

    Problem in illustration form in attache document fill pls help me for solving problem

    thanks & advance
    Attached Files Attached Files

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Why post a picture, why not the workbook?
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    Quote Originally Posted by xld
    Why post a picture, why not the workbook?
    dear friend as per ur instruction here is the file for i wanna VBA
    Attached Files Attached Files

  4. #4
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Doesn't your code already do it all?
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  5. #5
    Quote Originally Posted by xld
    Doesn't your code already do it all?
    no in those file.. when i press P in Cell V24
    then copy range a24:v24 & other both range ((range a26:k31) & (range a37 :d39)) in Sheet Work & Sheet Ho respectively.

    I wanna when we enter P in Cell V24 then
    Range(a24:v24) to record sheet)
    & if Cell Value j24="Head office Work" (in prv sheet i use hindi font but now i enclosed new file in english font use Head office work) then only copy range a37:d39) in sheet HO
    & if cell value j24<>"Head office work" then copy range a26:k31 in sheet works last empty row

    (in my sheet i use vlookup & many other function use but i u wanana then forget all thing & just make code on thinking base row on A24:V24 other think i will manage as per my requirement)

    friend hope now u understand my problem..

    thanks in advance..
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •