Automatically Sort Data - Visual Basic Editor

halcott

New Member
Joined
Apr 3, 2013
Messages
1
First off I want to thank whoever upfront who can help me with this problem. I am trying to create a file that is very user friendly for some colleagues. I am manipulating data across 10 different "users" so using if(equals) statements to first isolate the data per user. Then I am taking this data and having it link to a worksheet per user. The problem that I am running into is that when I link the data over there are obviously some blank rows because the data has not been sorted and my if(equals) formula returns "" if false. My colleagues will struggle with data sorting each time this report comes out. In researching this problem it appears that the only way to solve this problem will be through a Visual Basic Editor formula. Prior to researching this issue I thought of myself as an excel wiz, but am being completely humbled trying to figure our VBE. If VBE is the way to go beyond help me with this problem I would truly appreciate a suggestion for how I could become proficient with VBE. Are there good tutorials or books to read up on to get the hand of this stuff? Thanks so much and appreciate the help.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
When I started working with VBA in Excel 2003 I found these books to be useful:

Excel 2003 Power Programming with VBA (Excel Power Programming With Vba) by John Walkenbach
Professional Excel Development by Stephen/ Bovey, Rob/ Green, John Bullen (Paperback - Feb 11, 2005)
Excel 2002 VBA: Programmers Reference by Rob Bovey, Stephen Bullen, John Green, and Robert Rosenberg (Paperback - Sep 26, 2001)

I still recommend them, but would also have you consider this book:

VBA and Macros for Microsoft Excel

which would seem to fit your needs.

Check out the store: The MrExcel Store - Welcome to The MrExcel Store
for mor books and bundles.
 
Upvote 0

Forum statistics

Threads
1,207,438
Messages
6,078,554
Members
446,348
Latest member
ncm3208

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