Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Browsing all 50040 articles
Browse latest View live
↧

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 Article


programmatically 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 Article


Load 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 Article

Check 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 Article

Receiving 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 Article


Image may be NSFW.
Clik here to view.

Turn 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 Article

Version 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 Article

How 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 Article


VBA 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 Article


question 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 Article

SaveAs 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 Article

WHAT 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 Article


Concatenate 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 Article

Help - 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 Article


Indirectly 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 Article

Macro 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 Article


Disable 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 Article

Exporting 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 Article

Image may be NSFW.
Clik here to view.

VBA: 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
Browsing all 50040 articles
Browse latest View live