I keep getting a send error report when trying to delete some worksheets using the function or macros below:
Public Sub delete_worksheet()
Dim shtDelWorkSheet As Worksheet
For Each shtDelWorkSheet In Application.Worksheets
Select Case shtDelWorkSheet.Name...
Excel seems to crash when I try to delete worksheets. The procedure seems to be working in previous release of my tool.
Public Sub delete_worksheet()
Dim shtDelWorkSheet, mySheets
mySheets = Array("A", "B", "C" "D", "E")
For Each...
Good Afternoon - I have a worksheet and I will like to autosize all the cells with comments. The code below works if the used range all have comments.
ActiveCell.Comment.Shape.TextFrame.AutoSize = True
Good Afternoon - I have a workbook with about 30 worksheets. Each worksheets have numerous comments in it. When I created the comments boxes that sized to specific width and lenght based on the text contents. But, for some reason the comments boxes seems to have a mind of their own and shrink or...
Good Morning - I have a worksheet in excel with about 20 checkboxes and I will like to set the value of each checkboxes on the click of a button without having to spell out the name of each checkboxes. Is this possible. I know in Visual Basic I can create an array of checkboxes. But I don't know...
Good Morning - I created a form userform in excel with about 20 checkboxes and I will like to set the value of each checkboxes on the click of a button without having to spell out the name of each checkboxes. Is this possible. I know in Visual Basic I can create an array of checkboxes. But I...
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.