Hi, hopefully i do describe the problem good enough in english..
heres what i have so far..
Application.Goto Reference:="_Meetings"
Application.CutCopyMode = False
Selection.Copy
Sheets("Targets").Select
Range("P77").Select
Application.Run "Pickup_HVP.xls!paste_value"
Sheets("PlanValuesCopy").Select
Application.Goto Reference:="_Non_Tour"
Application.CutCopyMode = False
Selection.Copy
Sheets("Targets").Select
Range("P9").Select
Application.Run "Pickup_HVP.xls!paste_value"
Sheets("PlanValuesCopy").Select
etc.. etc.
now as the number of the row is always the same 9 and 72, there is no problem..
but how can I define what "P" is.. ?
or in other words how can i make "P" to a variable
i would be pleased for a helpful reply!
heres what i have so far..
Application.Goto Reference:="_Meetings"
Application.CutCopyMode = False
Selection.Copy
Sheets("Targets").Select
Range("P77").Select
Application.Run "Pickup_HVP.xls!paste_value"
Sheets("PlanValuesCopy").Select
Application.Goto Reference:="_Non_Tour"
Application.CutCopyMode = False
Selection.Copy
Sheets("Targets").Select
Range("P9").Select
Application.Run "Pickup_HVP.xls!paste_value"
Sheets("PlanValuesCopy").Select
etc.. etc.
now as the number of the row is always the same 9 and 72, there is no problem..
but how can I define what "P" is.. ?
or in other words how can i make "P" to a variable
i would be pleased for a helpful reply!