View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
backspace backspace is offline
external usenet poster
 
Posts: 1
Default Defining a type of the cell

How can I pre-define the type of the cell using VBA?
I need to pre-define the cell type from General to Text, Number or similar,
before inputing data within the specified cell...

Tnx.