View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
anupam[_3_] anupam[_3_] is offline
external usenet poster
 
Posts: 1
Default Referring Date in VBA

If c.Value <= #7/8/2004# Then
c.Value = #7/1/2004#
End If

but in this code i want to refer month as variable. i will accept th
month from user using inputbox.

how can i use variable for month in this code.

??????

--
Message posted from http://www.ExcelForum.com