Jonnathanjons
Member
Hello Team,
I am facing a challenge in running a script where I need to delete blank rows from a db2 dump file. but it looks like the my vba script below is not deleting blank rows due to the range in a text format . Some ranges are in text format . Hence I cannot change the text format to numbers before running this script as it will change all other records as you see in the ssheet.
Kindly suggest me a 1 line vba code which can delete the rows in blank even if they are in text format or general format or number format.
attaching the file
I prefer a 1 liner code like below which can work on such situations.
I am facing a challenge in running a script where I need to delete blank rows from a db2 dump file. but it looks like the my vba script below is not deleting blank rows due to the range in a text format . Some ranges are in text format . Hence I cannot change the text format to numbers before running this script as it will change all other records as you see in the ssheet.
Kindly suggest me a 1 line vba code which can delete the rows in blank even if they are in text format or general format or number format.
attaching the file
I prefer a 1 liner code like below which can work on such situations.