View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
anusha2525 anusha2525 is offline
external usenet poster
 
Posts: 1
Default pop up box, searching worksheets and running macros help please


Hi,

For user entry you can use input box

dim var
var=application.inputbox("prompt message")
then you could loop through all the sheet and compare the var value
with cell a2 in each sheet.
:)


--
anusha2525
------------------------------------------------------------------------
anusha2525's Profile: http://www.excelforum.com/member.php...o&userid=35408
View this thread: http://www.excelforum.com/showthread...hreadid=551776