![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Posts: 1
Rep Power: 0
![]() |
Excel
How can I change the default filename off the save as ?
Now it's copy of .... I want to change it to a filename that I generate in my vb program. |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() |
why not just name the file instead of using the default name?
simple google search turns up quite a few hits for what you are trying to do. this is one of the links that i went to: http://www.codeguru.com/vb/gen/vb_mi...cle.php/c7767/
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Feb 2006
Posts: 12
Rep Power: 0
![]() |
It's simple
dim ofd as new fileopendialog with ofd .filename = "a.dat" .showdialog end with |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|