Help with NETWORKDAYS function to calculate within date ranges
I am looking for some assistance with using the networkdays function. I have some data from our hire system that gives the Hire Start & Hire End dates, and I need to calculate the number of days...
View ArticleCalculating tests on macro
Desktop.zip Hi, I have attached a macro and a trace file. When opening the macro you press get data, and click on the trace file. This is the macro presently. I was wondering if I could add a way to...
View ArticleInserting a blank Row based on column groups
I have searched but not sure if some of the relevant information is what i need. Here is what I have: Column titled "site name", each entry is part of a specific floor/grouping (there is normally...
View ArticleData Validation List Macro
Hay all, I am working in Excel 2010, I created 2 Macros that copy colored cells from one worksheet to another, and they work fine. I also created a Data Valadiation drop down list and I am calling the...
View ArticleFormula and VBA code to identify first row of agent data
All, In advance I'd like to say thanks for looking and helping me to resolve this problem. I'm fairly new to Excel and find myself in an important role in work that needs someone Excel savvy. Why did...
View ArticleVlook & Macro not working together
Hi, I thought that I could use a Macro to complete several formating steps and make this faster but I did a vlookup and it worked and read the correct cells but if I use the Macro to format the data I...
View ArticleProtecting Excel Files - Workbook_Open()
I have created an Excel file that I want to protect the average user The Excel file has multiple worksheets and some are hiden Sheet 1 is always visible and it contains the operating instructions...
View ArticleGenerate a table of all possible combinations
I'm wondering how to do this in Excel. I have a table with changing values. Lets say its 3 rows by 6 columns. Joe Jill Jim Jack Jess Jake Sally Sue Steve Stu Sam Scott Alan Adam Alex Archie Ana Arthur...
View ArticleVBA to save to correct ISO week numbered folder
The code i have below works properly. What i need to change however is to have either a userfom to select the correct stFold or to have the code do it itself. Where you see W 15 that is an ISO week...
View ArticleApplication-defined or object-defined error
I have the following code that searches for the text "ProjTemp" in column A, finds the row number of the cell where the text is located, and then I want to insert a new row from that found row. Code:...
View ArticleAdd new sheet to existing Excel workbook directory with VB code
I have the attached my test sheet and have an idea but am not sure if it is the best solution. In the workbook I am thinking of a solution for these three columns where the data will be entered below....
View ArticleCreating functions to handle objects
Hi Guys, Curently I am developing Functions that modify the contents of listboxes, tho I've simply hard coded to achieve this. Is it possible to create an object, set the object = to the list box, hand...
View ArticleJoining Columns one below the other
Imagine I have some columns of data. How can I stack multiple columns on below the other in column A? For example, A column is blank now. B,C,D have some data. A B C D 1 ab gh ij 2 cd kl 3 ef 4 Can all...
View ArticleSticky Toolbox over userform. How can I close it permanently?
I have this application that shows up a form with the result of a search. It started to show up the little square toolbox of the VBA creation mode over the userform. I tried to open the form, close the...
View ArticleError 50289 project is protected
Hi, I have the below code for deleting all macro after my user finish saving the file as new workbook so they do not need anymore macro/VBA after. Problem is when i run to this macro it shows error...
View ArticleFilter 3 columns does not contain
Hi I need a macro code that would filter 3 columns for does not contain
View ArticlePivot table axis/lines limit
Hi, I am trying to perform pivot table using macro, however it seems like the pivot row axis and pivot lines are not the same value when you have different amount of data. for example , the following...
View ArticleInsert rows before signature
Hello all, I have a worksheet that is protected with password as there is several formulas in it. A macro was created to allow users to add rows to the end of the data table. However now i need to...
View ArticleMultiple String Search
I have Sheet2 with data (names of products) alphabetically sorted by column yielding 26 columns plus one column for numeric data. On Sheet1 there is a list of nearly 10,000 names of products which is...
View ArticleCTRL + F , in VBA code ?
Hi , I'm new to VBA excel still learning. Problem:: In excel if u press CTRL+F , the find and replace window pop up rite. FOR EXample : you open, Find and replace --> click option---> set within:...
View Article