View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
rayzgurl rayzgurl is offline
external usenet poster
 
Posts: 1
Default Updating entries on a spreadsheet via Userforms

Thanks,

I've found that this code...

Set fc = Worksheets("Sheet1").Coumns("B").Find
(what:="TextBox1.txt")


Will find the correct entry in the sheet, however I need it to chec
several variables to make sure it is the correct entry becaue textbox
could be the same on several entries.

ACK!

I"m pulling my hair out... :

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