Thread: MsgBox Useage
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff[_24_] Jeff[_24_] is offline
external usenet poster
 
Posts: 10
Default MsgBox Useage

Hello again,

Run into a bit of a snag

There was some code in place in the excel project I am working on.......

chdrive ("C")
chdir Curdir
msgbox "current working directory is ", CurDir

Now when I try run this macro (excel spreadsheet saved as excel 5.0/95, but
opened and edited in excel 2000, then saved back to 5.0) I get an
error...HELP!!! lol

It USED to work

The msgbox is a requirment of the project, to come up and tell the user
which directory their files are in

I need to get the msgbox working again using the curdir (currentdirectory)

Thanks in advance
Jeff