0
votes
0answers
7 views

Excel Macro to prefill online form using IE?

I am in need of assistance. I am trying to write a macro that would take the value in column A and place it on an online form in an input element with no ID but the name ("OldUrl"). Then the macro ...
0
votes
1answer
14 views

Excel Sum Similar Rows via Macros

I found an answer similar to my question on these boards. However, my data is setup differently and I wasn't getting the results I needed. My data in Excel looks like the following: ParcelNumber ...
0
votes
0answers
28 views

Automate Source Data in Excel

I have two sheets in my excel file. One contains a pivot chart("pivot") while the other one contains data("Data"). What I want is after filling up a column from "Data Sheet", the pivot chart will be ...
1
vote
1answer
23 views

do while loop based on a value available in cell (find) in vba

Hi i am writing a code in vb to check a particular value in a sheet, if the value is not available then it should go back to another sheet to take new value to find, if the value is found i have to do ...
0
votes
1answer
37 views

Location of .txt file within an .xls

Can anybody with Excel knowledge help me? The nomenclature surrounding excel and its macros means I've hit a brick wall investigating this by myself. In the spreadsheet available here ...
-2
votes
0answers
19 views

Excel giving an item from a list to multiple users from 1 sheet

I'm hoping someone can help. I've got a unique problem and I've looked but can't find an answer. i have upward of 200 users and I need them all to work from a list in order and update the starting ...
1
vote
1answer
16 views

In Excel, how to scan for Duplicate in Column A. Place info in another sheet

Here is my issue. I have a WorkSheet Named Cost Data In Column A which is named HEITEM I have for example 7658798 7513807 789456 7513807 Note:7513807 is a duplicate In Columns B - AG I have data ...
1
vote
0answers
33 views

excel sheet becoming slow and hangs after a code in macro

i have recently added the below piece of code in my macro to sort/filter a sheet and find a particular value and apply some formating based on the value found cell Sheets("Extract").Select ...
2
votes
2answers
73 views

GoTo <Line number> in VBA

From the VBA help file: GoTo Statement Branches unconditionally to a specified line within a procedure. Syntax GoTo _line_ The required line argument can be any line label or ...
-1
votes
2answers
28 views

How to fix the Merge macro in my code?

I have a code that sorts and creates different ranged groups of values. I have a column with Metric Tons Per Hour in it that I sort and it groups any values from 6-8 together and creates a new column ...
0
votes
0answers
26 views

VBA on incoming email in Outlook and appending to subject line

Hopefully this is a fairly easy one, here's what I'm trying to do: I work for an exam marking board, and we have examiners who email us directly with different queries through the day. We are ...
-2
votes
1answer
20 views

how to convert macro enabled excel to normal one?

My requirement is to enter some values in spreadsheet which has some validations which are done using macros. After saving the document i have to give this as input to other application which accepts ...
0
votes
2answers
98 views

Writing Excel VBA code/macro to populate Powerpoint Text boxes with Excel cell values

I'm attempting to take the value in Excel cells and value PowerPoint text boxes. I don't want to link a PowerPoint table to an Excel spreadsheet because the spreadsheet is constantly changing..values ...
0
votes
3answers
29 views

Excel crashes while trying to run a loop to delete rows without specific words

So having a nightmare, the syntax and all is correct but the logic seems to be flawed :S This code is meant to delete rows that do not contain the words Facility and Government From all cells ...
0
votes
1answer
23 views

Macro to use multiple IF statements to copy and paste to dif places of a dif worksheet

This particular macro, it's hard to accomplish what I want by taking different parts of different codes around the net, so I'm here for help! Basically, I teach swimming and I want to track progress ...
2
votes
2answers
60 views

Macro to group rows by a range of values in a column?

I have a spreadsheet that has a column with ton per hour numbers that are 6, 7, 8, 10, 11, 12, 12.5, 13, 14.5, 15, 18, 20, 21, 24, 25, 27, 28, 30, 33, 35, 38, 40, 43, 45, 47, 48. I need a macro that ...
0
votes
0answers
44 views

Excel: Search multiple sheets and copy rows containing criteria to new worksheet

I've finally had to throw the towel in and seek help. This question seems to have been asked time and time again but with slight variations. Despite this i have struggled for over a week to try and ...
0
votes
2answers
26 views

Excel macro input type not returning correct value

I'm trying to delete all cells that have the same interior color in an Excel 2010 worksheet using the following code: Dim myRange As Range Set myRange = Application.InputBox("Select a cell to remove ...
0
votes
1answer
32 views

Macro to check range of cells for certain value to hide rows if any cells in the range contain that value?

Below is the code I have so far: Sub Compare() Sheets("SCR SYSTEM SPECS").Select Sheets("SCR SYSTEM SPECS").Copy Dim WS As Excel.Worksheet Dim ColumnCount As Long Dim I As Long Dim Cell As ...
0
votes
1answer
21 views

Call a concatenate function into an active cell

I have a concatenate function (ConcatenateRange) which works fine on a variable 2 dimension array. I can call this function directly from excel without a problem in the cell required as follows: ...
-1
votes
1answer
36 views

C# Add-in vs VBA Macro for Excel functionality

We would like to give users of our system the opportunity to drag some of the data from a database into Excel. (Only reading data, no chance of writing any data back to the DB). The users do not have ...
0
votes
0answers
52 views

Creating an Excel macro to generate random numbers based on a cell

I'm having a bit of trouble with Excel syntax for this setup I'm trying to do. What my goal is, is to input a number of instances into a cell N8, then display the instances in rows below. These ...
0
votes
1answer
32 views

Export all but certain excel sheets to CSV via VBA?

Based on some other stuff I found here, I have made the following script to do almost exactly what I want. It will export all but 4 specific sheets in an excel file to CSV files, append dates to ...
0
votes
1answer
40 views

Copy/Paste Text in Excel using Applescript

My Applescript is performing the calculation I've requested, but I'm trying to get it to paste a text value from one of the workbooks... and it's not working. Is there something I need to do in order ...
0
votes
0answers
40 views

How to check a range of cells values to determine to delete certain rows or not?

I have a spreadsheet and its purpose is to compare different system sizes. It has labels in column A and the system size and each system sizes specifications in columns B-L. So System 1300 will be in ...
0
votes
1answer
21 views

must remove first character of cell if not #3Created loop never ends

So basically, I need to remove all records that don't have 3 as the 2nd digit in the primary key field which for example can either look like this #39001 Or without the #3 What I want is that all ...
0
votes
1answer
36 views

Excel Macro - Add new range to existing Formula Office 2010

My macro inserts 8 lines of a new job to a Summary Spreadsheet. These lines link to a different file name and has a subtotal included as a =sum() formula (for each job). My Grand total now does not ...
0
votes
1answer
52 views

A macro that create worksheets based on a master worksheet and then renames each tab

I need help with a macro. I need excel to create worksheets from a master according to a list of "projects" from a different worksheet, and when a new worksheet is created I want it to be renamed as ...
1
vote
2answers
39 views

Remove all rows that don't have #3 as the beginning in primary key

So basically, I need to remove all records that don't have 3 as the 2nd digit in the primary key field which for example can either look like this #39001 Or without the #3 What I want is that all ...
1
vote
1answer
47 views

Find next empty row for automatic data entry from excel userform

Private Sub CommandButton1_Click() NextRow = 2 Sheets("data").Cells(NextRow, 2) = Now Sheets("data").Cells(NextRow, 3) = Sheets("sheet1").Cells(NextRow, 2) Sheets("data").Cells(NextRow, 4) = ...
0
votes
1answer
17 views

How to concatenate 2 cells at the top of a filtered list? (EXCEL macros)

So i've searched for hours now, and can't seem to find a solution to my problem. I have a list of 13000+ rows, but I have auto filtered it down to about 200, now what I want is that, lets assume, the ...
1
vote
1answer
51 views

How to use an If macro to delete columns if check box for that column isn't selected?

I am working with a spreadsheet with 11 different system sizes on it with each system size representing a column. I will need to use this to be able to compare different system sizes but need to be ...
0
votes
1answer
34 views

Multiple SQL query ouput in one Worksheet

Hope some one will help me with the problem i am facing. The issue is I am having difficulties in getting multiple SQL queries output in same excel worksheet. Through below code i am able to get ...
0
votes
0answers
20 views

Trying to violate referential transparency in an excel UDF [duplicate]

I'm doing some tests to work out what you can and can't do with excel macros. The situation is that I want to call the following UDF from a cell and have it evaluate to "hotdawg" while also having the ...
3
votes
1answer
39 views

Excel 2007 Macro ,VBAProject can put a configuration file?

Firstly, I'm a newer to Excel Macro. I have read some articles and done some work these days. But now I'm so hesitant.Can .txt or .xml file be placed into VBAProject?If yes,how place and how to get ...
0
votes
0answers
15 views

Windows Context Menu run Excel Macro

I have an Excel Macro that I am running to format data on a text file, and I wanted to see if there was a way to right click on this text file and be able to run this macro from the Windows context ...
0
votes
1answer
18 views

Excel: Agregate multiple tables separated by title

I have an excel file generated by SAP. I need change its format from multiple tables separated by a title to one single table. This is the original table: and i need it to look like this: Im new ...
1
vote
1answer
50 views

32 bit Excel macro not working with 64 bit

Trying to get this 32-bit macro to work on Office 2010 64-bit. I tried using PTrSafe but cannot get it working.---Novice at this Thanks Option Explicit Private Declare Function fnGetComputerName ...
-2
votes
1answer
75 views

Excel VBA Insert a row(s) based on specific cell value

Would like to first state my experience level: Excel = Intermediate VBA Background = Beginner Here's my situation: I am trying to write a VBA code in excel to automatically insert new rows based on ...
0
votes
1answer
88 views

Insert copied row based on cell value - Excel 2007 Macro

The macro below (modified from here) will insert a blank row above any row that has a value of "0" in column E. Instead of inserting a blank row, is there a way to copy the row with "0" and insert it ...
2
votes
0answers
30 views

Remove leading “bullet” from a word document

I update a word document with an Excel macro The Word starter has specific codes that may be preceded by a "Bullet" item (not just a period) CtrlRep01 CtrlRep02 CtrlRep03 CtrlRep04 The ...
0
votes
1answer
26 views

multiple use of substitute function but it should combine the results in one column and cell

please check the picture link to understand the query ** I want to combine the multiple raw into one text string , I can use substitute function to change one word in a text string but how can i use ...
0
votes
0answers
52 views

VBA Macro- PivotTble Auto-Filter Combo-Box - CurretnPage Issue

I am creating a dashboard with multiple pivot tables and have run into a problem that I cant seem to overcome. I have a primary worksheet where all the data will be displayed with direct references to ...
1
vote
1answer
44 views

Excel sheet comparison - any order

I'm looking for a way to compare one excel sheet with another. Is there a way to compare whole records, without regard to the order of records?
-2
votes
0answers
44 views

Macro: search across two columns and copy the entire row if 2 values match

I have a quick question regarding macros. I have three sheets, the macro sheet, the master list sheet and a report sheet. I would like a macro (in the macro sheet) to search across two columns in the ...
0
votes
1answer
31 views

Is it possible to run Macro in more than 1 workbook at the same time?

I am new in this forum. I just need to know, if is it possible to run multiple macro in multiple workbooks at the same time. I am using Excel 2007. When I start the Macro in the workbook, I can not do ...
0
votes
0answers
33 views

Error Help: Adding to ranges using Application.Union

I am attempting to loop through a large list rows searching a specific column for values based on the values in another tab. I had it working for one value but as soon as I add a second criteria I am ...
0
votes
1answer
27 views

Excel: simple macro to paste as text returns error 1004: Could not run the paste method of worksheet class

When I try to copy any text from another application to a cell in Excel 2010 (Win 7 64bits) using this macro: ActiveSheet.PasteSpecial Format:="Text", Link:=False, DisplayAsIcon:=False I get this ...
-1
votes
0answers
19 views

Excel Macro help. Selecting rows between two specific text strings [closed]

I am trying to create a macro to select between two specific text strings. This data is repeating, and I would like to capture it and then paste it on successive new sheets. Each set of data begins ...
2
votes
2answers
63 views

VBA Excel Won't Change Cell to the Right Color

I am new with using VBA macros in excel, and I am trying to change the background color of a cell based on the condition that another cell is not empty. I thought I had it figured out, but I must be ...

1 2 3 4 5 29