View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default checking cell format

if i have code that formats a cell:
Format(cell, "ddd" & Chr(10) & "mm/dd")


how would i test cells to find if the format is applied?

--


Gary