TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Finding Empty Cells In Word 97 From:Beth Friedman <bjf -at- WAVEFRONT -dot- COM> Date:Fri, 18 Jun 1999 14:06:45 -0500
At 11:36 AM 6/18/99 -0700, JEFFREY GAGE wrote:
>Does anyone know how to find an empty table cell in Word 97?
There's no simple way to do it, IIRC. I once wrote a WordBasic macro
that went through a table cell-by-cell, and for each cell, it selected
the entire cell, then looked whether there was any text in the selected
cell. If there wasn't, it did the specified operation (I don't recall
what it was) and then moved on to the next cell. There was a bit of
trickiness in the loop, because when it reached the end of the table, I
wanted it to look for the next table, and the NextCell command adds
additional rows to the table unless you set up the conditions properly.
I don't seem to have the code anymore, though -- hope this helps!
--
"UNIX is user friendly. It's just selective about who its friends are."
Beth Friedman
bjf -at- wavefront -dot- com