View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pini35[_3_] pini35[_3_] is offline
external usenet poster
 
Posts: 1
Default Recognising Text formatted cells in code

Found the cell format code that tells you if a cell is text formatted.

*if Selection.Cells(rowcount, columncount).NumberFormat = "@"* acts on
cells that are text formatted (@ is the code for a text cell)


Thanks for all your help. The code at
http://support.microsoft.com/defaul...amp;Product=xlw was especially
helpfull. I have modified it to meet my requirements.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/