Make $10! Ask me how (Excel / Visual Basic Related)

Flipx99
5,000+ posts

Violator of Terms
If you work in excel daily, something you may work with is Macros. It is great to oraganize data that is similar every day...and reduces mundance tasks.

One thing I cannot figure out how to do with marcos is this:

Let's say you have 10 columns, and column A -> J

And all the data in columns B - J are tied to column A.

However, column A changes (is grouped together but still changes, thing of it like a category) and at each change in column A, the data is put into a new tab.

Currently, everything is formatted, but we must manually move all the column A's to seperate tabs.

In my mind, there is a function that seems like

With change in (A), highlight, move, tab (B), etc.

Getting VB to recognize the changes in column A is where I am having difficulty.

-------

For $5 getting excel to recognize "Last"....as the last column and row are junk info...getting the macro to delete this will be nice.

Payment will be rendered at 10:00 CST tonight, providing I can get it to work.

 
I really didnt read nor think thru your issue, but have you tried posting your question on that big excel forum? them dudes on there like smoke crack and come up with equasions on the fly. Ive had to go there before when I needed something funky.

 
I really didnt read nor think thru your issue, but have you tried posting your question on that big excel forum? them dudes on there like smoke crack and come up with equasions on the fly. Ive had to go there before when I needed something funky.
I see. I don't frequent any forum besides this one. I may work on that at home. I don't want to be seen forum hopping from NCC.

 
Has anyone seen the game? Office 2007 here //content.invisioncic.com/y282845/emoticons/frown.gif.a3531fa0534503350665a1e957861287.gif I may have to find a friend in a third-world country to find a copy of 2000.

 
For $5 getting excel to recognize "Last"....as the last column and row are junk info...getting the macro to delete this will be nice.
That's easy. http://www.ozgrid.com/VBA/ExcelRanges.htm

I never messed with creating new tabs before, but I'm sure there's a predefined function in VBA that does that for you. I sold my big VBA reference book when I finished that class, though, sorry //content.invisioncic.com/y282845/emoticons/biggrin.gif.d71a5d36fcbab170f2364c9f2e3946cb.gif

Wait a second...I'm dumb...did you mean you wanted to put that data into another worksheet? You can add a worksheet using something like Sheets.Add.Name ="new sheet name"

 
That's easy. http://www.ozgrid.com/VBA/ExcelRanges.htm
I never messed with creating new tabs before, but I'm sure there's a predefined function in VBA that does that for you. I sold my big VBA reference book when I finished that class, though, sorry //content.invisioncic.com/y282845/emoticons/biggrin.gif.d71a5d36fcbab170f2364c9f2e3946cb.gif
Creating the new tabs is easy....

The issue is getting the macro to recognize (a) the changes in column A and (b) to move them into that tab.

 
Activity
No one is currently typing a reply...

About this thread

Flipx99

5,000+ posts
Violator of Terms
Thread starter
Flipx99
Joined
Location
Building 100
Start date
Participants
Who Replied
Replies
20
Views
367
Last reply date
Last reply from
Pl8er
IMG_20260506_140749.jpg

74eldiablo

    May 22, 2026
  • 0
  • 0
design.jpeg

WNCTracker

    May 22, 2026
  • 0
  • 0

New threads

Top