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

Inventoy from two different worksheets

Hi, I have 2 worksheets MS Office 2010: the first worksheet has a list of products with 1 distributor_code 2 sku 3 ean 4 brand 5 category 6 description 7 units available in number 8 price the second...

View Article


Turning off a Timer Macro

I have the Macro Code: Private Sub Workbook_Open() Recalc End Sub That starts a timer macro (Recalc) in my excel sheet when the workbook is opened, my issue is that when the work book closes it...

View Article


Image may be NSFW.
Clik here to view.

If cell=x then copy and paste row into new sheet

Hi. I am very new to VBA and am trying to make a spreadsheet that has a data page and page 1. I would like the row from the data page to copy and paste into page 1 if column A=07-01 Carbonated Soft...

View Article

Stop Running Script if Sheet Protection Password Entered Incorrectly

Anyone know of a way to write an If/Then statement based on the successful entry of a protected sheet password? I have a checkbox on my sheet (Checkbox1) for the purpose of modifying specific cells to...

View Article

AuditLog Issues

New to the forum. Forgive me if I jack up the code posting. I'm trying to fix my macro to run an audit log (originally found on this website). It'll log the name and timestamp if I hit F5 in the...

View Article


Hide/Unhide Cells based on a Date Range

Hi all: I am very new to VBA Code and need some help. I need to have a code that will hide/unhide cells based on a date range. Cell A1 contains the formula for todays date, based on that answer, I...

View Article

Help with 2010 Macros. Break records to individual rows.

Given below is an example of what I am trying to do Package Name | Package Receiver | Shipping Ways | Shipping Preference | Shipping Ways | Shipping Preference | Shipping Ways | Shipping Preference...

View Article

Need your help: Excel file needs to be sorted for a school project.

Hello, I really do need your help for a school project: My data is organized this way: 02 055 0312 ... 0121 03 654 ... 88 05 015 ... The data needs to be transformed into this order: row1 02 row1 055...

View Article


Set Cell Value to equal another cell only if it is non-blank

Hello all, I am looking to use a macro to upload data to to file. I want to set the cell value equal to the uploaded content only if there content is non-blank, and to ignore it if it is blank. I have...

View Article


VBA Help Request

I am hoping someone can help me with this. I have 25K in rows to do this to. ID NAMEID NAME Number Address City State zip Task Territory Date Response 1 2ABC ABC 1 1 ADDR Dallas TX 75001 1 Dallas...

View Article

Date Time Stamp for Specific Column

Looking for code that auto updates today's date in column C, when cells in either column a or b of the same row are edited or changed. I have never used VBA before, just browsing forums for something...

View Article

Send Columns A & B while filtering column I

I have a file where the names of about 500 employees come up that have not taken a course. I have a total of 10 columns in the file with the information needed to send the employees reminders of the...

View Article

Image may be NSFW.
Clik here to view.

Simulation to Count Victories

Hi, I want to simulate x,000 loops on my attached example where on each loops it adds a 1 to the count beside the team in column AB when that team is in P2 (League Champions). In this example...

View Article


Excel - count cells based on color

Hi, this is an easy one, but I cannot find a matching thread for the answer. Column cells conditional formatted to color fill based on content of cell, now I want to count the # of cells that are...

View Article

Copy and paste macro once a countdwon timer hits zero

I would be extremely grateful if anybody can help me. In cells A1 to A30 I have timers counting down from an external source. The times on the timers are all different for example the timer in cell A1...

View Article


[SOLVED] Opening Workbook With Variable Name

Hello, I am trying to open a file whose filename changes based on the date. My method is having the date in cell S3 in tab Master Controls and using INDIRECT in the file name. Can someone please...

View Article

use check boxes to populate cells

Hello all here is my use case: I would like a check box to be connected to a given cell and if the box is checked, I want the text in the cell the check box is attached to, too be populated in another...

View Article


Need Help Opening A *.DBQ on Area Drive

Hi Folks, Need help creating VBA code that will open a *.DBQ on a Area Drive. Ideas are appreciated. Thanks!

View Article

Advice on VBA to merge and process excel files please

I am just getting started learning VBA and would like some advice or a general direction for my project. I know everyone's time and expertise is valuable, so I am not asking someone to write the code...

View Article

Can I pause a running macro then restart it?

I'm very experienced with Excel, but fairly new with VBA. I'm attempting to learn something new. I've written a macro for work that will help with our billing process. After part of it has run, I'd...

View Article
Browsing all 49948 articles
Browse latest View live