View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas[_2_] Gary Keramidas[_2_] is offline
external usenet poster
 
Posts: 364
Default Save to sheet 2 in workbook

would this work for you?

Sheets("Sheet2").Select
Range("A1").Select

--


Gary


"AMK" wrote in message
...
The result of my macro needs to be saved to sheet 2 of the same workbook,
BUT
I cannot figure out how to do this. I can save it as another file in My
documents but really want to put it on sheet 2. Any help will be
appreciated.
--
Al