Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 203
Default Uploading excel files: Useful and Cool

Hello!
I have a space on a server. I want some people who use my application to be
able tu upload their backups onto my server so I can process them. However, I
would like them to be able to do the upload directly from Excel. Is there a
way to do this programatically?
Thanx in advance,
Albert
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Uploading excel files: Useful and Cool

Albert

Sub BUandSave2()
'Saves the current file to a backup folder and the default folder
'Note that any backup is overwritten
Application.DisplayAlerts = False
ActiveWorkbook.SaveCopyAs FileName:="your path to server\" & _
ActiveWorkbook.Name
ActiveWorkbook.Save
Application.DisplayAlerts = True
End Sub


Gord Dibben MS Excel MVP

On Thu, 14 Sep 2006 08:27:01 -0700, Albert
wrote:

Hello!
I have a space on a server. I want some people who use my application to be
able tu upload their backups onto my server so I can process them. However, I
would like them to be able to do the upload directly from Excel. Is there a
way to do this programatically?
Thanx in advance,
Albert


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"