ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Creating a Worksheet in VBA (https://www.excelbanter.com/excel-programming/300824-creating-worksheet-vba.html)

Jako[_13_]

Creating a Worksheet in VBA
 
Hello,

Could anyone please tell me how i can create a new worksheet calle
"Acorn" and have the Tab coloured Orange.

Also in a seperate routine i want to change the Tab colour to blue i
cell A17 contains data.

Thanks in advance

--
Message posted from http://www.ExcelForum.com


Ron de Bruin

Creating a Worksheet in VBA
 
Try this

Sub test()
On Error Resume Next
Worksheets.Add.Name = "Acorn"
Sheets("Acorn").Tab.ColorIndex = 46
On Error GoTo 0
End Sub

Blue = 5


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Jako " wrote in message ...
Hello,

Could anyone please tell me how i can create a new worksheet called
"Acorn" and have the Tab coloured Orange.

Also in a seperate routine i want to change the Tab colour to blue if
cell A17 contains data.

Thanks in advance.


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 11:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com