Application.Savetotext without exporting

memaxt

Registered User.
Local time
Today, 08:11
Joined
Mar 12, 2013
Messages
62
Hi there,

I've got a script that exports all objects to .txt files using the Application.SaveToText, but what I want to do is save the objects script into a table along with the object name.

Table would look like:

ID | Object_Name | Script

Is that possible?

I want to avoid exporting / import if possible
 

Users who are viewing this thread

Back
Top Bottom