vba courses london - saved worksheet macro

Forum 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

resolvedResolved · 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???

Edited on Tue 12 Dec 2006, 10:28

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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

VBA tip:

Use VbNullString instead of

When needing to default a String variable back to it's default of "" use vbNullString as in the following example:

Sub ClearText()

Dim strEmpName As String

strEmpName = "John Smith"
MsgBox strEmpName

strEmpName = vbNullString
MsgBox strEmpName

End Sub

View all VBA hints and tips


Server loaded in 0.05 secs.