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

Self Populating Delivery Ticket in Excel

Good morning, I am hoping someone will be able to help me with this. Let me start by saying I work for a small manufacturing company that is currently unwilling to invest in an ERP system, so we have...

View Article


Self Populating Delivery Ticket in Excel

Good morning, I am hoping someone will be able to help me with this. Let me start by saying I work for a small manufacturing company that is currently unwilling to invest in an ERP system, so we have...

View Article


Diferrences between two web pages

i want to find the differences in words between two web pages i would like to have a VBA macro to achieve this. Could you please give me an idea how to get the differences in VBA ? Quick help is...

View Article

Image may be NSFW.
Clik here to view.

VBA Code to delete the previous sum addition saved in summary sheet

Hello Friends, My friend has made this code for me but since he is out of town for sometime I have stuck up at 2 areas. The attached sheet contain demo dump under sheet "Raw_Data" and once you click...

View Article

Create a list for specfied person from long list

Hi, I'm looking for hep with macro's excel 07. I manage a number of build managers that need to provide actual and forecast date info into report which is then highlighted to show the cells that have...

View Article


Below code is retrieving some columns data as ??? marks when...

Below code is retrieving some columns data as ??? marks when Nonenglishcharacters exists Code: Dim oCon1: Set oCon1 = CreateObject("ADODB.Connection") Dim oRs1: Set oRs1 =...

View Article

[SOLVED] Marco to Subtotal Duplicate rows

Hi All I am looking for a macro that works in the same way as the subtotal function, but instead of subtotalling each entry, it will only subtotal any dupilcate values in the first column. please see...

View Article

hyperlink

Good morning, I am trying to send an email via a hyperlink in a cell E12, the hyperlink changes every now and then to a different address. The send button also performs 2 other functions. I just cannot...

View Article


copy and paste columns in a specific order on a different excel sheet.

Hi all, The problem im facing is once i apply a marco to filter out all the irrelevant columns, I need to paste the columns left over to a different spreadsheet. As the data which is filtered comes...

View Article


[SOLVED] VBA to open new workbook and create new tabs

Hi, I want to write some VBA to create a new workbook and create 10 new tabs and rename them The names of the tabs need to be; Start BO Extract Instruments CounterParty New Workings OBA Workings Load...

View Article

Call Macro Based on a non empty Cell Value.

Hi, I think this has been answered for a specific cell, but I need help on expanding this to run a macro from multiple cells. I have a speadsheet which creates barcodes based on the value in the cell...

View Article

Auto Save and Close after X Minutes of Inactivity

I am trying to get my workbook to auto save and close after X minutes of inactivity. The code below is what I am using. It does save and close the workbook after the specified time, but it disregards...

View Article

Using a wildcard in path (not filename) with Dir function

Hello, I need to access a directory which consists of a name and a code. I have a file in which the codes always match with the code in the directory-name, but not the names in the directory-name,...

View Article


hyper link control

Hi I have attached a sample sheet The index sheet has hyper links attached the the various sheets which works fine, my question is as more sheets are added this index list will grow and will have to be...

View Article

[SOLVED] copy text in column b cell if column a cell is not empty

I need a MACRO that will go down each cell in column A and if it finds data in the cell, it places a dash into the adjacent cell in Column B. Once it finds a blank cell in Column A, the MACRO ends.

View Article


UserForms from CommandButtons on spreadsheet.

Hello, I am trying to figure out where the code should go for userforms when you have an embedded CommandButton on a spreadsheet. I keep getting a lot of 'Object Required' Errors and I have a feeling...

View Article

Macro wont run past the first print page

I made a macro that checks a cell on each page of my sheet if that cell =1 then it prints it, if it =0 then it doesn't, but I don't have the macro right because it wont go past the first page can...

View Article


Populate Excel Userform with Sheet names with double click to open the sheet ??

I found this code here , and its great one Code: For Each ws In ActiveWorkbook.Worksheets ListBox1.AddItem ws.Name Next ws now how to add double click on the sheet in the list box and open this sheet...

View Article

Message at beginning of Userform

Hi All, Hope someone can help me?..... Is it possible to get a message to display on the userform initialisation, so that the user acknowledges the message before they can start using the userform? I...

View Article

Image may be NSFW.
Clik here to view.

Data Validation combo box

Hey Guys, I found this Data Validation combo box script from contextures and it is what I want to achieve but improve it a little. I have a table with 5 departments and 130 employees. I want to make it...

View Article
Browsing all 50049 articles
Browse latest View live