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

Macro command button to hide empty rows

I have a master worksheet which will copy data from several pages on a if lookup formula, if it fails it puts "" in instead. Can someone help me with the code for a macro that will hide each row if the...

View Article


The order data is pasted is the wrong way around with my macro

Hello, I was wondering if someone could help me, I'm creating a database of notes on the tastes of coffee to keep a record and I've gotten as far as having an area you enter the data and a button you...

View Article


Saving a Range as a Text File

This question may have been answered previously, but for whatever reason when I try the advice listed in other threads, I cannot get it to work for my purposes. I have almost zero knowledge of writing...

View Article

Copying Worksheets from Multiple Workbooks to a Single Workbook, Separate...

ALCON, I have a macro that will allow me to copy the first worksheet in a list of Excel workbooks, to a new workbook and place all of the worksheets on a single worksheet in the new workbook. That one...

View Article

Embedded Object Icon Label

Hi folks, How can I change the Icon Label on an embedded Powerpoint presentation using VBA? I have an embedded powerpoint presentation displayed as an Icon. I am able to update the presentation to view...

View Article


Applying code for different columns

Hello, The following code is a code that was firstly used for Columns from 1 till 44 Code: Private Sub LoadRow(row) For Column = 1 To 44   Controls("C" & Column) = Cells(row, Column)   Controls("C"...

View Article

Image may be NSFW.
Clik here to view.

Help Needed to get Filters Using "Include" and "Exclude" multiple values on...

HI Guys, I have this file with me with about 25k products and I have to categorize them based on their name, so the best way to do so is filter them based on values and give all the same category name,...

View Article

Image may be NSFW.
Clik here to view.

Find text, select column and change font

Hi, Please help with the following: I would like a macro to find the text "Number" in row A, then select the column its located in, and if there are negative numbers change the font of the negative...

View Article


Restrict Writing Access To Excel Spreadsheet

Hello, I currently have a macro-enabled excel workbook, and I have it where a user can input data from a form. Currently the user can view where the data goes, and manipulate the data. Is there a way...

View Article


Image may be NSFW.
Clik here to view.

Delete column range based on header text

I'm attempting to build a summary sheet for some data I can extract, however the extracted data has extra information I don't need which is making the summary page a real task to build. What I'd like...

View Article

How do I create a tutorial for users to utilize my macros?

I have created a file that uses a number of macros. This file will be used by some low level users so I want to explain to them what to do using some kind of tutorial. Is there a way to do this with...

View Article

Image may be NSFW.
Clik here to view.

Using Checkboxes to move rows to another sheet

Hello, I'd like some VB help moving checked items from the Tool Box Inventory List sheet to the Tool Box Order Form sheet. Ideally all items would go from Line 26 down leaving the subtotal at the...

View Article

Image may be NSFW.
Clik here to view.

[SOLVED] VB Macro to insert value in cell based on multiple criteria in a row

All, I am requesting assistance for A VB macro that will insert a value in cells based on multiple criteria in the same row. Please view Excel file on attachment and read text Steps 1 and 2....

View Article


Copy range from multiple sheets, into a master sheet and moving over by...

I'm trying to copy a range B3:B354 from multiple different sheets into a master sheet So the master sheet will open the new sheet, copy the range into B3:B354 then close the sheet and move to the next...

View Article

VBA code - automatically open outlook to send email

Hi, I have created a button that will copy a sheet into the content of an email. However I have noticed that if the user does not have Outlook open, it will not send an email. Is there a way I can...

View Article


Image may be NSFW.
Clik here to view.

VB Macro to match names in columns A and B

All, I need some help in preferably creating a VB Macro or a formula that will match similar spelled names in Columns A and B in my Excel file. The instructions are in easy to read text and visuals on...

View Article

Image may be NSFW.
Clik here to view.

Combine Multiple cells into Single Cells

Hi Guys, I want to combine multiple cells into a single cell using the Chr(10) operation. The cells that are to be combined are called 'data sets' - they are always 7 cells in size for columns B to H...

View Article


Macro to delete cells containing a formula that results in ""

Hi all, I've googled left and right about the topic, and all I can find is macros to delete blank cells. In my case, I want to delete cells (within my selection) that contain a formula, and the formula...

View Article

Sorting 6 columns in descending order in succession

I need a macro to sort 3 to 6 columns in succession in descending order. I have been working on this for days without any luck. For example, column 1 41, 40.2, 40.2, 40, 39 column 2 39, 37.5, 36, 35,...

View Article

Export data to the rigth word table

I want to put data into tables in a word document from multiple sheets. The word document can be changed by the user including introducing new tables. When I enter a new table in the word document data...

View Article
Browsing all 50049 articles
Browse latest View live