98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Saved worksheet - Macro Issue
vba courses london - Saved worksheet - Macro Issue
Resolved · Low Priority · Version Standard
Alex has attended:
Project Intro Intermediate course
Excel Advanced course
Excel VBA Intro Intermediate course
Saved worksheet - Macro Issue
Hi there,
I have a workbook which contains a number of macros. The workbook can be accessed and the changes are saved by the user (worksheet automatically named automatically named) using a macro. However, when the book is reopened the macros do not work and system freezes. The workbook is saved on a Network drive and is 1.2mb, any ideas???
RE: Saved worksheet - Macro Issue
Hi Alex
This is a fairly complex problem, as we do not have the same hardware setup as you, and you have not provided us with any code to look at. From my knowledge, the fact that the workbook opens the first time and works fine, that should mean that the there is no plroblem with the macros you have created. One thing that may be worth checking out is the files paths where everthing opens from and saves to, just incase there is a conflicting address.
If you are still experiencing problems, you may want to consider getting one of our trainners to come out to your site and work with you on the project, as a consultant. If you would like a trainner to come to your site, please contact us via the website.
Sorry for the delay in the reply, but a number of our trainers have been trying to come with some ideas for you. If you could provide us with further information then we may be able to help you further with this query.
Hope this helps
David
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
VBA tip:Use VbNullString instead ofWhen needing to default a String variable back to it's default of "" use vbNullString as in the following example: |