Hi,
Is there an easy way to have VBA code create a list of all the modules you have in your project and put that list onto a worksheet?
Same question with putting a list of all the macros easily into a worksheet.
Thanks!
Hi,
I'd like to use VBA to allow a user to choose a folder to set as the new current directory. Is there a way to pop open a dialog box like the GetOpenFilename does, but choose a folder rather than a file?
Here's my start:
Dim Response As VbMsgBoxResult
Response = MsgBox("Your current...
The setup for this company has everyone using remote desktop to log in and work on a central server.
As a result the Excel workbooks on the server can be accessed as:
c:\foldername1\foldername2\filename.xls
\\servername\foldername1\foldername2\filename.xls
H:\foldername2\filename.xls (mapped...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.