Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a problem with compare variable (text-word) with
contents cell (text), textbox , which have many words. If any cell, textbox contain word like variable (text) then execute another macro. Code below don't produce effect: Sub compare() Dim word as String Dim words as String If word Like words Then 'another macro End if End sub Is there an easy solution of this problem? Best regards Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro - Fixed text code needs replacing with variable text | Excel Discussion (Misc queries) | |||
Check if cell contains certain text | Excel Worksheet Functions | |||
Putting text in a column based on variable text from another colum | Excel Discussion (Misc queries) | |||
How to copy text from a TextBox in a ActiveSheet to a variable | Excel Programming | |||
How to copy text from a TextBox in a ActiveSheet to a variable | Excel Programming |