+ Reply to Thread
Results 1 to 4 of 4

How to resize range, to adjust number of columns?

Hybrid View

Flowerski How to resize range, to... 05-29-2012, 03:59 PM
tom1977 Re: How to resize range, to... 05-29-2012, 04:03 PM
Flowerski Re: How to resize range, to... 05-29-2012, 04:25 PM
tom1977 Re: How to resize range, to... 05-29-2012, 04:42 PM
  1. #1
    Registered User
    Join Date
    05-29-2012
    Location
    Wilmingotn DE USA
    MS-Off Ver
    Excel 2016
    Posts
    67

    How to resize range, to adjust number of columns?

    Hi
    THe resize method is used to change number or rows. How to resize a range to change only the quantity of columns. I know where the range starts (startpoint) and I know exact number of columns needed. Number of columns is a variable. Please suggest something. Thanks

  2. #2
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: How to resize range, to adjust number of columns?

    Hi
    Check this
    Sub bb()
    Dim x As Long
    x = 8
    Cells(1, 1).Resize(, x).Select
    End Sub
    Regards

    tom1977

    If You are satisfied with my solution click the small star icon on the left to say thanks.

  3. #3
    Registered User
    Join Date
    05-29-2012
    Location
    Wilmingotn DE USA
    MS-Off Ver
    Excel 2016
    Posts
    67

    Re: How to resize range, to adjust number of columns?

    Tom thanks, it was a kindergarten solution. I thought thaat resize changes only number of rows. THanks, by the way I am Polish too. Dzieki, ja zaczalem uzywac tego forum dzisiaj poraz pierwszy i jeszcze nie rozumiem dokladnie jak tu wszystko jest zorganizowane. Na przyklad nie wiem o jaka small star icon Ci chodzi. Please explain. Jeszcze raz dzieki. Troche mi wstyd bo o resize to ja powinienem wiedziec. Thanks anyway
    Radek

  4. #4
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: How to resize range, to adjust number of columns?

    No problem
    thx
    o
    p.s. Po lewej stronie każdego postu jest mała gwiazdka klikając w nią można podziękować w wirtualnym świecie

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1