[SOLVED] Consolidate cells with multiple names into a single column with one...
I receive an excel spreadsheet with single column of names: Up to 5000 rows with 1 - 30 names per cell (names are delineated by commas): Example ---------- NAME betty johnson,bart wong,alissa...
View ArticleMultiple Pivot Tables from Master Pivot Table and Print as PDF - Need advise
Hello All, I have huge data of vendors on monthly basis in ms excel. I need to create vendor expense report from that data. Right now I am creating pivot table for whole data and pulling (filter in...
View ArticleDeactivate event appears to be overriding next activate event
Hello, I have workbook activate and also workbook open events to minimize the ribbon and a before close and deactivate event to maximize the ribbon. I have this in 4 separate workbooks and it works...
View ArticleNew to VBA - Need help moving forumla result to new field and setting a...
I am trying to create a spreadsheet where vacation accruals are calculated, and then moved into another cell. I can create this with a formula in the receiving field and then set a circular formula so...
View ArticleVBA: Search text and extract hyperlink in same cell
I want to clear all other hyper linked texts or sentences if existed in used range of each sheet except x,y and z. Sorry for the post title. Sub addtext1() Dim ws As Worksheet For Each ws In Worksheets...
View ArticleSorting data from a master sheet to multiple sheets depending on values in a...
Basically, what I want i to sort data from a master sheet to multiple sheets depending on values in a given column of the master sheet. This very same issue has been addressed at...
View Article[SOLVED] macro Open pdf file
Hello! I want to create a button that allow to open a specific pdf file , how can I do this? Thank you for your help!
View Article[SOLVED] Need A Way To Search And Delete Cells
Hello I have a way to add peoples holidays and save it to the next sheet but I need a way to cancel them so how can I find and delete the information form the next sheet. For example if I was to fill...
View ArticleI have VBA codes want to add a line in it
sir i have a excel file here in drop box for that i have got vba code but i want to add a line after each array so that i can recognize the deffrence between them the file is in drop box...
View ArticleVBA code for sorting more than 3 columns in Excel 2003
hi there! could someone give me a VBA code to sort more than 3 columns using Excel 2003? one code for ascending, and another one for descending... the idea is to manually change the column range...
View ArticleMacro that would find a value of a Column in another column in another Sheet
Hi, Can anyone help me? I have a workbook with 2 sheet. Is it possible to write a macro that would given the value of the cells in column D(Quantity) , find the same value in column J(also with the...
View ArticleCompare two reports and show difference in another tab
Afternoon All, I am currently have two separate reports stored in 1 work book. Each report is its on tab "Open" & "Issued" i am looking for way to compare both spreadsheets together and identify...
View Articlecustom functions: no updating of results when the cell with argument changes
Hi, I have programmed a function which takes the argument from another cell. The function is working well but the problem is that when I change the cell containing the argument (X), the cell which...
View ArticleVBA / Macro help needed to SaveCopyAs workbook with specific sheets
Hi Folks, Please help me to "SaveAsCopy of my master workbook to a specific folder (The folder path = Sheet1 Range (B1).value AND new file name = Sheet1 Range(B2).value). I'd like to do this...
View ArticleMacro to run solver repeatedly
Hello guys! So I recorded a macro to run solver at least one time, but I keep getting an error that the solver could not find any solution, but when I perform this by hand without any macro the solver...
View Articlemy macro does the job but got an error (variable not set)
hello again i have another stone that i can't move the following code finds a value that i choose in cell h54 and paste it in cell A 45. this runs from sheet(ex13) I made this code using pieces from...
View ArticleError Calculation
So what I'm trying to achieve is calculating the error or parts that failed inspection. How the spread sheet is set up is that each time a part goes through a step of the line, saw placing a screw for...
View ArticleVBA code for deactivating Save As feature
hi there! Is it possible to deactivate the Save As feature so that anyone could not change my Excel 2003 files once they get'em?
View ArticleRollover comments from linked spreadsheet?
Our student gradebooks are made up of a large number of individual gradesheets. Each individual graded item on each gradesheet is linked to a master spreadsheet that supplies the items to all...
View ArticleUpdating online survey (google or Survey Monkey) through vba macro
Hi, I am interested in updating online survey through a excel vba macro. The excel file is password protected with few vba macros running in the background. The idea is to capture some information like...
View Article