Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AppActivate Question

Status
Not open for further replies.

vzachin

Technical User
Feb 10, 2006
305
US
hi

this works
Code:
AppActivate("060409-Work1.txt - NotePad")

but i can't get this to work. i get a syntax error
Code:
AppActivate ("Format(DATE,"mmddyy") "-Work1.txt" - NotePad")

should be something simple, but i can't spot my error


thanks
zach
 
answered my own question

Code:
AppActivate (Format(DATE,"mmddyy") & "-Work1.txt - NotePad")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top