View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DKS DKS is offline
external usenet poster
 
Posts: 103
Default hyperlink follow through and save file

Hi,

I have a macro that follows-through the hyperlink in my sheet. Often,
behind the hperlinks are .csv documents and the software asks the question if
I want to open the file or not? So possible options are OK and Cancel.

I would always want to open it. How could I program this so that I do not
have click on OK every time?

Thanks.