View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
William Benson[_3_] William Benson[_3_] is offline
external usenet poster
 
Posts: 27
Default How can I upload a file to my webfolder?

Did you try it manually with the macro recorder on to see what appeared in
the module? Just a suggestion, not necessarily a good one :-(.
"Jos Vens" wrote in message
...
Hi,

I have a function to upload a file, but it does not seem to work. Has
someone some suggestions?

Thanks
Jos Vens

Function My_Upload()

Dim oBk As Workbook
Set oBk = ActiveWorkbook
oBk.SaveAs
"

End Function