I am pulling data from another spreadsheet and pasting it. I need to accommodate for the off chance that there is no data. My thought was to use the if activity. If there aren’t any rows with data, skip to the next activity, else write range. Any help would be greatly appreciated.
Thank you for this. The JavaAdvFinalDT is pulling from the below row count. I added 2 at the end to accommodate for the Tab title A1 and Column title A2. Should I utilize JavaAdvrowcount.toString<=2? If I need to remove the 2 from the end of the formula and place it somewhere else in the code, please let me know.