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

Combo Box populating Text boxes

Hi. I am new to VBA, and i am trying to have the last Combo box (ComboBox2) to populate all the information from the sheet to the userform text boxes. It all works great, but i can only get it to...

View Article


[SOLVED] Select Case "And" ""

I can't convert an If statement to Select Case that uses "<>" and "And" as a condition. It works fine as an If statement, it's just bugging me that I can't make the Select Case version work....

View Article


Help with Emailing Selection Direct from Excel 2010 - Error 430 - Automation...

Hey Guys, I've reached out before and had help about issues, so I'm turning back to you guys, as I'm stumped, and Google can't help me. I have an excel spreadsheet setup, it copies data from another...

View Article

Range with multiple rows and Columns.

Im using the following range to copy data from Column A (from rows 3 on the the last row). How can I include Columns B and C into this range also, but still using Column A to find the last row? Code:...

View Article

Image may be NSFW.
Clik here to view.

Insert Sumif formula but range may change

Hi, I have created the attached workbook and a macro which i am to roll up performance. The issue i have is each day the data input will increase so a standard Code: =Sumif formula will not work. If...

View Article


Highlight active row

I need to be able to select any cell in my worksheet and it highlight the whole row. I had found a macro that worked when i entered the formula, =ROW()=$A$1 into conditional formatting. It worked...

View Article

Macro for Transpose

Hi, I want to transpose vertical data to horizontal data and then concatinate it. I tried it by various methods and looks very tedious. can some one help me with a macro. My data set: Apple 1 Apple 2...

View Article

Image may be NSFW.
Clik here to view.

Filter and fill left

Hi I am trying to filter column D for all the cells that are "not blank". I would like to to fill left the content up to column B. I got the filtering part to work but i cannot figure out the piece of...

View Article


Excel Help on Creating an Email When Any Cell in Excel Has Been Changed

Hi there I am a total beginner but I have been trialing macros and VBAs for the past few weeks and probably still none the wiser!! I am trying to set up an holiday card on excel which I have the...

View Article


Image may be NSFW.
Clik here to view.

Macro starting running on workbook open, not on option button selection

I have a workbook for purchase orders and getting quotes from vendors. I have a macro that pulls a sequential Purchase Order number if the user form is created to use a purchase order. It was working...

View Article

Range finding, Vlookup help

Below is my complete code. There are a few questions I have reagrding a few things and I'm hoping you guys/gals would be able to guide me in the right direction Code: Sub RepColums()...

View Article

Filling in invoices using Userforms.

Today I am trying to figure out how to use VBA in my Excel invoices. I haven't used VBA before so please bare with me I may ask some easy questions. What I am looking to do is set up a Userform to be...

View Article

Needing to move data from one document to another easiest way possible.

Hello Everyone, Im trying move data from one excel document to another document. Is there any way to incorporate a Macro that can pull data from an excel document without it being open? ... or do i...

View Article


Macro not working

Hi Guys, Macro is not working :( So the macro I am using is supposed to look back at all the months tab, match the Name from previous tabs and if they match change background color of the active...

View Article

[SOLVED] Store RGB(x, y, z) As Variable

Hello, I have a sub procedure that uses a color as an argument (ie RGB(0, 0, 0)), and then colors the selected cells: Code: Sub Shade_Cell(shadeColor As String) With Selection.Interior...

View Article


Copy cell value from Sheet 1 to Sheet 2

HI, I need help to create a macro to copy and paste the value in a cell say... A1 located in sheet 1 to B1 located in sheet 2 (without the formula from the original cell A1 of sheet 1). Appreciate...

View Article

Image may be NSFW.
Clik here to view.

Trying to Pull data from Master Sheet onto New and Existing Sheets

Hi, I'm new here and need some help. I've not had very much experience with coding other than some basic tutorials and am looking for some pointers. Basically, I have a Master sheet that needs...

View Article


Drop Down list on 1 Sheet, filters all other sheets

Hello, Looking for a solution for a dashboard type sheet. Where if the user uses the dashboard sheet and applies a filter, it will apply the same filter to all the other sheets. Tried searching a lot...

View Article

Creating a folder in desktop and inside it, save new workbooks...

How would I go about doing something like this in VBA? Let's say we have an active worksheet containing the following: A B 1 foo1 Hello1 2 foo2 Hi2 Given that, I want to be able to create a folder in...

View Article

Worksheet Object not Working

Hi All, I am curious why Excel only accepts: Code: Worksheets("Damages").Activate Worksheets("Damages").Range(Range("1:3").Find("VOR", , , xlWhole, , , False), Range("1:3").Find("VOR", , , xlWhole, ,...

View Article
Browsing all 49948 articles
Browse latest View live