View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ST ST is offline
external usenet poster
 
Posts: 14
Default Get a specific cell value/text inserted in a macro

I am a new programmer in VBA and have many questions. This one first:
I want to make a macro, which saves a workarea as the value in a specific
cell.

ex. A1 contains the value 25, then I want the macro to save the workarea as
25.xls, without asking for the filename.

I hope the question is understandable.