Hi, I have just started with VBA, and I have a question that I cannot seem to answer using the documentation or other web pages.
Are Collections immutable or something? If I add an element using Add, then try to change that value, it gives me a "Run-time error '424' Object required" error...
Hi, fairly new to VBA here, and had a problem I just could not figure out.
I'm just trying to bold the cells in the top row, row A.
When I use this line in one of my Functions:
Worksheets("Sheet1").Range(Cells(1, 1), Cells(1, 14)).Font.Bold = True
I get an error that says "Error '1004'...
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.