My workbook consists of a sheet containing data on office occupancy and a series of sheets for each area where text boxes are overlaid on top of an image showing a floor plan. The text boxes are linked to concatenated values from the first sheet to display "visually" who sits where, along with...
I am looking for a way to automatically apply formatting on text boxes depending on the value in a cell (basically having the same effect on the text box as "conditional formatting" can do to cells).
Thanks!
If you want to open a specific sheet in a workbook, you can also use:
Set xlApp = CreateObject("Excel.Application")
xlApp.Visible = True
xlApp.workbooks.Open ("path to file\file.xls")
xlApp.sheets("SheetName").Activate
Dim oApp As Object
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.