Search found 1 match

by AA
Wed Aug 17, 2022 10:27 am
Forum: Suggestions/Questions
Topic: bypassing [OK] button in "Specify Columns to Plot"
Replies: 1
Views: 60750

bypassing [OK] button in "Specify Columns to Plot"

I have a macro that reads multiple files:

FileType(4)
ForFilesIn("*.txt",A)
NextFile

for every file read, a window pops up and have to click the [OK] button to plot and continue.

Q. is there a way to bypass the clicking on [OK] , just read and plot the files.?

Thank You,

-Abel