View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ray Morton[_3_] Ray Morton[_3_] is offline
external usenet poster
 
Posts: 1
Default dealing with multiple named worksheets with one macro

I want one macro to create a chart over a set the same amount of cells no matter what the worksheet or workbook is named. Is there some "activeworksheet" command that I can use in my code that will work no matter what the name is? So far the code is getting hung up on setting the source data with a specific worksheet name. any suggestion would be greatly appreiciated.