![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
I have a sheet with the following macroline:
With Sheets("XXX").Columns(1) .Delete End With This means that column A is deleted. What if I want also to delete column C Is it possible in the same macroline? Thanks |
|
|
|
|
|
#2 | |
|
Join Date: Mar 2002
Posts: 22
|
Quote:
Sheets("XXX").Range("A:A, C:C").Delete |
|
|
|
|
|
|
#3 | ||
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
Quote:
|
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|