View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luis[_7_] Luis[_7_] is offline
external usenet poster
 
Posts: 1
Default Excel macro question (Problem)

I have a template excel spreadsheet that would like to use it as a
template to download a file from the internet.

The macros in the template works correctly but when I download the file
from the net and replace the template all the macros (module 1 for
ThisWorkbook and the Personal macros xls) are gone.

Is there anyway to replace the templace and keep the original vba
modules? Or better say is there a way that I can just replace the
contents of the cells in the template when I replace the template.

Suggestions and/or guidance will be appreciated.