Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am working on some vba code in Excel 2000 with Microsoft Windows 2000. I want to select the first cell in a tab and see if it has a value in it. I would like the code to look something like this: sheets("firsttab").select range("a1").select set currentcell=activecell if current cell < "" then msgbox "There is data in the first tab", vbok end if Any idea what I am doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can we search duplicate cell in excel | Excel Worksheet Functions | |||
when I search for data in Excel, the found cell cannot be seen | Excel Discussion (Misc queries) | |||
Search in excel by date located in a cell | Excel Discussion (Misc queries) | |||
Excel - let search for more than one disconnected word in a cell | Excel Worksheet Functions | |||
Excel VBA - Search And Replace Cell data | Excel Programming |