View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Goodall[_2_] David Goodall[_2_] is offline
external usenet poster
 
Posts: 8
Default Standalone Macro

Hello All,
I'm trying to put together a macro that will clean a spreadsheets prior to
it being saved in a CSV file format. I need to remove the £ % , from the
spreadsheet.

My problem is that I want to access the spreadsheet from my spreadsheet
rather than adding the macro to each of the spreadsheets I'm dealing with.

Hope this makes sense.

Thanks
David