Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Philosophaie has brought this to us :
Already tried Cells(k,15).Text and .Value they did not work. I purposefully put a number in the Textbox that exists many times in "Sheet1" row 15. Lots of possibilities here! What is in Cells(k, 15)? Have you tried specifying Cells(k, 15).Text since your evaluating it against text stored in the textbox? We need more info in order to know how to better help you! regards, -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc . Your code snippets work for me so I suspect that 'Not Cells(k, 15) = TextBox1.Text' is the case. Did you check for that? I ask because I don't see an 'Else' clause in your If construct. If for any reason VBA determines it's not equal then you'll have something to work with beyond just trying to figure out why '=' doesn't work. HTH -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to sheet1 data goes to sheet2 automaticaly ? | Excel Worksheet Functions | |||
copy data from sheet2 to sheet1 when sheet2 has variable # of rows | Excel Discussion (Misc queries) | |||
A1 Sheet2 is linked to A1 sheet1 so that user enters value(abc123) a1 sheet1 and A1 sheet2 is updated | Excel Programming | |||
copying data from sheet1 to sheet2 | Excel Worksheet Functions | |||
How To Retrieve Data from Sheet2 into Sheet1 | Excel Worksheet Functions |