Thread: copy workbook
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
Johan[_5_] Johan[_5_] is offline
external usenet poster
 
Posts: 1
Default copy workbook

Hi,

I want to do the following with a macro:

Msgbox: "copy?" if Yes
Then
Active wbk – sheet1 – range("name1") and active wbk – sheet2 –
range("name2") copy to new wbk without formulas and macro.
Then
Save as: range("name").xls

Please, can anyone help me!

Thanks in advance,

Johan