Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RunTextAsMacro: cannot create new item: text is too long
#1
I've tried this in several ways. My macro is way too long cause it has specific data that came from an excel spreadsheet. The editor only allows up to 32k chars but my macro has about 980k. So I subdivided it into about 35 files of <32k each and run it using RunFileAsMacro "C:\File2.txt"
RunFileAsMacro "C:\File3.txt" ... etc to File35.txt

The Problem is that it is running only File35.txt over and over again.

What should I do? Would it behave differently if I put one file after the onther in one line or do I need to flush the memory somehow? Apparently, all it remembers is the contents of the last RunFileAsAMacro file but not the others. Thanks in advanced.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)