View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Joe HM Joe HM is offline
external usenet poster
 
Posts: 92
Default Macro Warning in File w/o Macros?

Hello -

That code works great but for some reason I still get the message. I
did some debugging and it seems that as soon as I do a
ActiveWorkbook.SaveAs Filename:="Dummy.xls", FileFormat:=xlNormal
after stripping out all the code it does something to the workbook to
make it think that it contains macros.

Any idea?

Thanks,
Joe