Search found 1 match
- Fri Jan 23, 2015 5:02 pm
- Forum: Beginners
- Topic: How to Set Value in Excel based on a variable
- Replies: 1
- Views: 3975
How to Set Value in Excel based on a variable
Hello , I am trying to return a 1, 0 provided my task completed. here's my code //Specify the path of the Excel file here Let>filename=C:\Users\rtrivedi\Desktop\Test.xlsx IfFileExists>filename //Start Excel and open the book XLOpen>filename,1,xlH //Ask how many rows we should get Input>maxrows,How m...