This is not really what I want. Let me just start over my explanation, because I believe it has changed slightly since I started this thread. I have become alittle more familiar with VBA, so you don't have to treat me like a baby first learning the language, lol.
Anyway, I have written a macro (below) to run when the template file is opened. After the information is entered, and the workbook has updated based on the entries from the user. I need to search the ENTIRE workbook (all 26 sheets) for any cells in the A column that contain the word "hide" [without the quotes], and hide that row.
Here is what I have started as the macro to do this task. I will explain the problem after the code:
The problem I am encountering, is it seems to sit and do ALOT of stuff after the information has been entered. The screen flickers for a good 1-2 minutes, however, it only hides the rows that are on sheet 1.
I also assume there is a much easier way to search everysheet in a workbook besides selecting each worksheet individually. This makes the code extremely long. Does anyone have a solution!?!?
I'm really starting to get frusturated, and think Microsoft needs to switch to a much newer, more widely used lanuage like C or C++, or something, just not Basic which has been around for how long?? and is how inefficient as compared to a lanuage like C?!?!? I apologize for the wild tangent I just went through, however, this is the pain I feel when trying to push my way through this annoying lanugage that is a form of a lanuage that has been around since 1964!
Thanks for any help anyone can give me! I really appreciate the community here, and there seems to be a lot of people that have a lot of experience with this stuff, and they don't mind taking the time out of their busy schedules to help us newbies...Thank you!
DAN
Bookmarks