Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
using the code Dim ArtVolgnummer As String Dim NieuwArtikelNr As String ProduktCode = InputBox("Geef de produktsoort op" & Chr(10) & Chr(10) & "HardWare = hw" & Chr(10) & "SoftWare = sw", "Produktsoort") Artikelvolgnummer = InputBox("Geef het nieuwe artikelnummer op" & Chr(10) & Chr(10) & "9999", "Artikelnummer") NieuwArtikelNr = ProduktCode & Artikelvolgnummer Sheets("hoofdblad").Select Range("A1").End(xlDown).Offset(1, 0).Formula = NieuwArtikelNr I fill a cell on a worksheet with a value that looks like sw9999 or hw9999 Now I would like yhat whole ROW to turn yellow if SW is found in the NieuwArtikelNr or ProduktCode. How would one do that? Thnx for thinking! Grtz Henro |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Powerpoint / Excel: custom pp RGB color doesn't match identical Excelcustom RGB color | Charts and Charting in Excel | |||
Can't format cell color/text color in Office Excel 2003 in fil | Excel Discussion (Misc queries) | |||
Can't format cell color/text color in Office Excel 2003 in files . | Excel Discussion (Misc queries) | |||
My fill color and font color do not work in Excel Std Edition 2003 | Excel Discussion (Misc queries) | |||
Browse Forms Controls and change TextBox color based on cell color | Excel Programming |