Finding a column in function of a specific cell

Doflamingo

Board Regular
Joined
Apr 16, 2019
Messages
238
Hi all,

I try to find the VBA code that would allow me to choose the ColumnWidth in function of a specific cell.

here is the code of that cell

Cells(12, a * 2 + 3)

with a variable a that allows to put elements of a listbox in the same row in different columns with for each item a supplementary separated column.

I try, in function of the code of that cell, to make evolve the columnwidth

Any ideas ? :confused:

I thought something like that

Range("A:A").select or Columns("E:E").Select and then Selection.ColumnWidth = 15 but changing a:a or e:e with the features of the cell which are Cells(12, a * 2 + 3)
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,215,432
Messages
6,124,859
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top