LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default I want to place excel file in some other domain.

that is right!!!

instead of taking a String Variable you can also put the path directly in
saveas



m_objExcel.ActiveWorkbook.SaveAs
("\\WKstation\path\Text.xls")



Regards,
Ankit



"areddy" wrote in
message ...

Hi All,

Below code is to save the excel file in specified path.

--------------------------------------------------------------------------
Dim strExcelSave As String

strExcelSave = "\\WKS0010(some other machine with in the
network)\test\Working Folders\Test.xls"

m_objExcel.ActiveWorkbook.SaveAs (strExcelSave)

MsgBox ("Your Report has been saved in " &
strExcelSave & " path")

--------------------------------------------------------------------------
iam able to save the file perfectlly.

but if i want to save the file(test.xls) in other domain.

how can i place the file in other machine in other domain with the ip
address.

please help me on this regard.

Thanks&Regards,
Areddy..


--
areddy
------------------------------------------------------------------------
areddy's Profile:
http://www.excelforum.com/member.php...o&userid=28204
View this thread: http://www.excelforum.com/showthread...hreadid=487560



 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Query linking to External (outside domain) SQL server Jeanne Conde Excel Programming 0 July 21st 05 08:00 PM
Is there an excel, public domain, rough cut capacity template? edish Excel Programming 1 May 27th 05 01:05 PM
Macro to search from one file & place on another file. Luong[_2_] Excel Programming 0 May 6th 04 04:53 PM


All times are GMT +1. The time now is 10:13 PM.

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

About Us

"It's about Microsoft Excel"