BadlySpelledBuoy
New Member
Joined: Aug 1, 2025
Last seen: Feb 13, 2026
Last seen: Feb 13, 2026
Follow
RE: VBA code for clearing the content.
Difficult to know for sure without seeing an example file, but give this a try. Option Explicit Sub UpdateTables() Dim monthNames A...
4 months ago
Forum
RE: VBA code for clearing the content.
Try this.It will clear all data from the tables and add rows with A, B, C etc. It assumes there is only one table on each of the monthly sheets. S...
5 months ago
Forum
RE: How to make multiple selections in drop down lists on excel
Or this to get rid of the "Exitsub" element of it. BSB Private Sub Worksheet_Change(ByVal Target As Range) Dim Oldvalue As String Dim Ne...
10 months ago
Forum
RE: How to make multiple selections in drop down lists on excel
I'm not sure why you say the columns you want affected are E & F, yet your code is affecting A & D, however, if the below does what you need y...
10 months ago
Forum