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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compile error 'out of memory' 1

Status
Not open for further replies.

jupops

Technical User
May 15, 2003
72
GB
Good Morning All

Just a quick question, if anybody could help? When compiling some vba code, I get the message 'out of memory'. This is when I set up an array from a text document, using delimited option and setting tab and comma to true.

Thank you.

Regards

Jupops
 
Microsoft only had a certain amount of kb per sub and per if statement. It is possible that you have too much information in the sub statement.

The sheet should show you where it stops. Before that point enter the following assuming Macro2 is the next macro

Application.Run ("Macro2")

Copy the information from where it stops to the end of the macro to the new Macro "macro2"

Hope it helps

Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top