Thread: populate data
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] aidan.heritage@virgin.net[_2_] is offline
external usenet poster
 
Posts: 17
Default populate data

Test the cell before you do the input - if you are putting data into
cell A3 for example

if len(range("A3").value)0 then n=msgbox("Do you wish to
continue?",vbyesno)