View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
evgny[_2_] evgny[_2_] is offline
external usenet poster
 
Posts: 28
Default VB Code For Macro

Hi Barnie

You have to modyfye this macro so it fits for you.


Sub Makro1()


Selection.Copy _
Destination:=Sheets("Your sheets name").Range("B1")




End Sub

Regards
Yngve