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

Macro to copy row if it contains any values

Hi guys! Pretty much what the title says I need a macro to copy rows to another work sheet if they contain values. Also, I need it to to copy only the cell values rather than than the formulas....

View Article


Run-time error 1004/Save file macro

I am trying to set up a macro in a template that when run will set the filename and file path and save as a macro enabled document. What I need to include in the filename is text from C7 and the date...

View Article


update "master sheet" with project name, date, owner

Dear, Could anyone help me out? I have a master overview sheet which I would like to update using vba : cell C6 needs to be updated with the project name ( which can be found in input workbook sheet...

View Article

Image may be NSFW.
Clik here to view.

Delete all the Rows on Work sheet using three week parameter

I will be preparing a report on every Monday, in this report I need to sort the worksheet by “Dt_Rqsted_Delivery” and then we have to delete all the rows on this worksheet except the three week...

View Article

Retain data in checkbox in Userform

Hi all, I know that this topic was already discussed, but I am still not able to find it. I have made a userform in excell that opens by using a button. In the userform i have 5 checkboxes. Depending...

View Article


Help Inserting formulas into cells

I have a vba macro in which I am appending columns to an already existing excel data sheet. I append these additional Columns as follows. NOTE: I have intentionally changed the Column Names. Code:...

View Article

Text as value in pivot table . is that possible in excel 2013

Dear Experts, Does 2013 excel support showing Text as value in Pivot table.. Please help. till now we need to do it via macros... does microsoft included this functionality pls..

View Article

Macro needed for calculating impulse of ground reaction force

Dear all, I have a large data set containing vertical ground reaction force during running at variable speeds. The sample frequency is 200Hz. at each step I would like to work out the area under the...

View Article


Image may be NSFW.
Clik here to view.

Macro to open PDF. Where to store PDF?

Okay, so I know that there is a way to open PDF's using macros, but my problem lies with where to save the macro. I am creating an Excel document that will be shared with different users on a system...

View Article


copy destination below the last active row or the first blank row.

Below is a copy of a macro to copy info from one sheet to new sheets. I would like to change the destination of baserange2 to paste below the last row with data in it. I can't figure out how to write...

View Article

Need Help--Trying to get Excel workbooks to condense onto one master workbook

Hi, So I'm sure this has been done over and over again, but I still can't figure it out. I using office 2007 and trying to copy Summary tables of projects from a common portal into a master workbook. I...

View Article

macro 2013

I am looking for help why the macro that I have for hiding cells based upon a number will not work in excel 2013. The third line If Not Intersect(target, Range("T1")) Is Nothing Then is where I am...

View Article

Gather data on items in a shared calendar on Outlook 2003

Hey guys been thrown a fast ball here and I have no idea where to begin. I've been tasked with building a macro in Excel that will check each item in a shared calendar to see if it contains certain...

View Article


Image may be NSFW.
Clik here to view.

[SOLVED] Password Protection and Disapling Macros

Hello, I'm putting a password on my workbook, and I want to disable certain buttons if the workbook is opened in 'Read Only' This is what I have so far in the module, Code: Private Sub Workbook_Open()...

View Article

[SOLVED] VBA unhide columns

Hi guys, I am very new to VBA and have a basic knowledge. I need a macro to unhide columns. I have columns hidden in twos- so E:F, H:I, K:L are all hidden. I want to attach the macro to a command...

View Article


How to copy the cells from one active sheet to another active sheet

Hi n thanks i have created templates with given name now on clicking the button it creates different templates what is needed but i want a button on one of the created template which should copY THE...

View Article

Code for summing data from a varying number of worksheets

Hello again everybody, thanks for all the help to date! I'm continuing work on a spreadsheet and I'm almost to the point of having it do everything I want it to do but I've hit a snag. I'm an...

View Article


Find a keyword and replace with list of values from a column

Hi, My Scenario is has follows, An excel with a set of rows is available i) Copy that set of rows. ii) Paste it to n number of times below. iii) Each time while pasting, find and replace should take...

View Article

Using Macro i need dates in Header Column

I need VB coding for Pulling Dates in Header column, i.e., in Column A "Build week of + today’s date " and in Column B "Build week of + Next week date "need to be pulled. The result should be “Build...

View Article

ShowAll comes up with error despite there being a filter applied...

Hi everyone, I have a macro that does a multitude of things, but since one of these things is to sort the data and also to copy/paste down several rows, I want the range to be unfiltered to begin with....

View Article
Browsing all 50061 articles
Browse latest View live