View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default Highlight blank cells

Rhonda

will this do:

Range("B9:G31").SpecialCells(xlCellTypeBlanks).Sel ect

Regards

Trevor


"Rhonda" wrote in message
...
Hi,

I was wondering if there is a macro that can highlight
blank cells in the range B9:G31, maybe a color, to
identify to the user that information is required to be
entered into that cell. Or any method that would seem
appropriate?

One other question, I have a feeling this is not possible
but anyway, here goes, is it possible to create a routine
for a command button that would prompt the user to enter
a query name(achieved when you right click on a query and
then open Data Range Properties, this is the actual name
of the iqy file)and when the user enters the name, he can
then delete it from it's place on the spreadsheet(in my
case it would be somewhere in sheet 2) and the iqy file
stored in the Microsoft/Queries default folder? Maybe you
know another way of handling it. Either way, I would be
truly grateful!!!! Thanks for your help!