I have a single row horizontal VBA range that starts with worksheet column F. Using VBA code, I want to delete a selected column from that range only, not from the entire worksheet. The range has been declared (Dim) and Set and used successfully in other code. But so far I have not found any combination of range name, Columns().Delete or EntireColumn().Delete that deletes only the one column from the range and not from the entire sheet. What am I missing? How should the line of code read to accomplish this deletion?
Thanks in advance.
Thanks in advance.