Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Setcell won't work for me
#3
Change this:
Code:
Copy      Help
ExcelFileData.Init("" 8 "D:\0 documents\2.xlsx")
ExcelFileUrls.Init("" 8 "D:\0 documents\1.xlsx")
to:
Code:
Copy      Help
ExcelFileData.Init("" 4 "D:\0 documents\2.xlsx")
ExcelFileUrls.Init("" 4 "D:\0 documents\1.xlsx")

and at the end use
Code:
Copy      Help
Urls.Save
to save the change(s).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)