+ Reply to Thread
Results 1 to 1 of 1

tag cloud vba code modification

  1. #1
    Forum Contributor
    Join Date
    01-17-2008
    Posts
    156

    tag cloud vba code modification

    Hi there,

    Below code user has to choose 2 columns to form the cloud data.
    I trying to auto run the macro on excel startup.

    Therefore, how can i modify the code, that the selection will be based on the pre-defined 2 columns instead of user sleection.

    Thanks



    Please Login or Register  to view this content.

  2. #2
    Registered User
    Join Date
    08-13-2012
    Location
    Czech Republic
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    7

    Re: tag cloud vba code modification

    open ThisWorkbook code and insert this code

    Please Login or Register  to view this content.
    and at createCloud procedure, replace Selection with Range("A1:B10") {of cource specify your own range}

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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