Im using code to copy rows from excel and paste them into a word table. The problem is its including zero (0) value cells as they are from a formula.
In the advanced options for the worksheet I have turned off the option to display the 0 but still it will copy these cells.
To count i am using this code
Code:
lngLastRow = Sheets("RISKS").Range("A65535").End(xlUp).Row
If anyone has a sugestion i would appreciate it.
its worth mentioning that behind the value its a formula.