Thread: vba
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Delphine Delphine is offline
external usenet poster
 
Posts: 3
Default vba

Hi,

I am new to VBA. I am trying to create a script to do the following:

1. copy a user defined range (only the cells that contains values)
2. paste only the values and transpose the range to a user defined cell

Thank you for your help.