Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open File Menu
#1
Hello,

I have searched for a bit on forum and on help but i didnt find a solution for my doubt.

Is it possible to open a file by a menu?

For ex: I want a pop up that ask for a location of a file to be inserted manualy.
After that i want that file to be assigned to a STR like "es.init" on ExcelSheet function.


Thanks.
#2
Macro Macro1622
Code:
Copy      Help
str s
if(!OpenSaveDialog(0 s)) ret
out s
#3
Thx. Its Solved.


Forum Jump:


Users browsing this thread: 1 Guest(s)