IanHu
Level 2
since ‎17-04-19
‎18-03-24

User Statistics

  • 3 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

Hello,I have several PDFs I need to extract information from.For each PDF, there are multiple pages (5-8) but not all the pages are relevant, usually 3-5 pages are relevant.For the pages that have the information I am interested in: it always has a u...
Hell all, I have an existing code to find the number of rows in a worksheet but I would like to find the last column as well, the existing find last row code reads below: rowcount = GetWorksheet(handle,workbookname,worksheetname).Cells.Find("*", , ...