Copying cells from existing sheets to new row of master sheet in one workbook
Dear All I come to this forum with almost no programming skills and less hair than I had before tackling this problem! I have a workbook that contains n number of sheets each containing evaluation...
View Articleprogrammatically disable minimize maximize possible
Since there seems no definite way to disable and again enable the minimize, maximize and close button of the application Excel as well of the workbook, I was wondering if there is a way to...
View ArticleLoad a user form and display it at a specific screen location
Userform1.StartUpPosition would seem to be an obvious clue, but I can't find a way to make it work. Anyone? PeterEd
View ArticleCheck if the cell format is date and change it to date Format(cell.Value,...
hi all, i would like to check a range of cell whether is date format or not, and if yes, change it to format(cell.Value, "yyyy/mm/dd") Code: Sheets(1).Select  last_row =...
View ArticleReceiving following error “Complie error : syntax error” Help
hey guys This is my vba code, but i am getting the following error “Complie error : syntax error” any ideas ? Sub GetTurnover() 'Clear Existing Data Range("TurnoverRange").ClearContents 'Lets Setup our...
View ArticleTurn SUMPRODUCT into some fancy VBA code formula
I have a SUMPRODUCT formula that checks three criteria and multiples values accordingly. It takes quite some time to do these calculations due to the amount of information and steps it has to go...
View ArticleVersion Control
I have a Excel based form that may change from time to time. What I would like to do is when someone with a copy of this form saved to their PC, on open check a internal sharepoint to see if there is a...
View ArticleHow to force long loops to end
I've been looking for a simple solution for the title question and I became an expert at everything, but! Up until 20 minutes ago, that is and I want to share the solution: Code: Option Explicit Dim...
View ArticleVBA code to extract info from a series of URLs within a series of web pages
I am attempting extract a series of profile numbers from this website: http://www.erepublik.com/en/main/gro.../members/12/19. When a member name is clicked on it links to their individual profile,...
View Articlequestion about range properties
please don't kill me if this is indeed a terribly ignorant idea but... I wanted to try passing range properties like value,formular1c1 and style from an array(which is being held in a variant. This is...
View ArticleSaveAs function
Hi All, All help appreciated! I have a macro with the SaveAs function which works perfectly! However, now I need to add the year to the file name. I would like it to be after the cell range, so I added...
View ArticleWHAT TO CLICK ON TO DETECT END OF DATA IN A MACRO? Need to enter new record...
Each time I have to macro a macro to enter a new record my first clicks with Relative Reference toggled is "Ctrl arrow down", then "arrow down" BUT for this to work before starting the macro I have to...
View Article[SOLVED] If folderExists ?
im trying to pull in the name of a dir/folder into a variable ive created called inputFunction but it stops compiling at if folderExists(inputContent) is there something wrong with this? it worked on...
View ArticleConcatenate Cells Based on a Condition in Next Row
Hi there. I am a VBA novice and am looking to learn how to complete this action. I have a table (on a separate sheet) where i need to concatenate cells based on a condition in another cell. I need to...
View ArticleHelp - Web data source stopped working with formulas
Hi everyone, So, this is very strange. I have no idea what could have caused this! I've made my own little portfolio worksheet which keeps up with the value, yield and profits for some Danish equity...
View ArticleIndirectly referencing the name of a named range
Hi and thanks in advance for your help. I am trying to refer to a range indirectly like the following: I have a range ("Ranges") that is a list of names of many other ranges. As my macro is looping...
View ArticleMacro that matches columns and pastes to two new columns for eleven different...
Hello, In short, I need a macro that will find any value in column C (first user), match it with any value in column A (the master list), and then paste one instance of that value in column D along...
View ArticleDisable listbox selection but enable scrolling
Hi, I need to disable all selection events in my UserForm ListBox but allow scrolling for viewing data in the ListBox. The reason is because the ListBox shows multiple information where sometimes the...
View ArticleExporting from excel 2010 to notepad or into a .hol file
I'm trying to export data using a macro into either notepad or .hol file. basically it's a calendar used by hundreds I'm trying to simplify the process of employees manually entering data from excel...
View ArticleVBA: Copy equation from graph to cell; update all if numbers in Y-coordinate...
Hi, I need help to use VBA to copy the equation from the graph to a cell E30, and format the equation so that it can be calculated pending on X values. Next if the numbers in Y-corrdinate changes, I...
View Article