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

Format Pivot Field Header when Filtered

Hello All, I searched, but maybe I am looking in the wrong place, or have the wrong search criteria. I would like to format the pivot field header when there is a filter applied. For example, I have a...

View Article


Alternative VBA Code To Paste Special Add

Dear All, Below is the VBA code am using to take range A and add it is as values to Range B Code: Sheets("TVCV").Select  Range("RLV_PRINTCURRENTRECORD").Select  Selection.Copy...

View Article


Copy & Paste data into new tab of another Worksheet.

Hi Could someone help me with the following please? I have a worksheet (Worksheet A) that contains some data in columns A-D on Sheet1. I have a macro in another completely different excel file that...

View Article

Combobox two options not filtering as expected

Please see my sheet attached. When I click on Filter Source (B14 roughly) I want to be able to select from the dropdown for Source and a dropdown for Status , as I have it set up at the moment. but...

View Article

How to find empty cell in a range excel vba

Hi All, I want to find any empty cell in a range excel vba Thanks, Gorki

View Article


Image may be NSFW.
Clik here to view.

using tab order for controls on the worksheet.

Hi I would like to create a tab order, with the controls are in the "Lançamento" (7 comboboxs) is this possible? Thank you! Attached Files TABControles.xlsm‎ (312.7 KB)

View Article

Macro variable input help...

Hi I have a Macro to insert data from specific text files from a specific drive, (browleft.txt from K:...etc) however I would like to be able to have the Macro read from the drive and folder that the...

View Article

Finding the maximum value for each group of cells

Hi everyone, I have an Excel sheet that looks something like this (somehow the upload function here doesn't work for me so I have to show it like this, I hope it's understandable): 1 5 1 4 1 2 1 6 1 3...

View Article


Loop thru MSForms

Hi gurus I would like to repeat this code 8 times using For Next loop. But I really don't know how to.. Code: For x = 1 to 8         Range("B" & 3 +x).Value = ASA         Range("C"& 3 +x).Value...

View Article


run formula over until empty cell

Hi I wanted to run the code below downwards on the Result worksheet until in a tab sheet called Beauchamp row B9 onwards.. b10Â… b11Â…etc etc has an empty field. Can you advice pls? Thanks PHP Code: Sub...

View Article

Macro to match and populate field

I am looking to read a column on a worksheet check to see if any of those strings match the values in another column. If they do I want to copy a price over. I am using this to compare 2 BOM's with...

View Article

Capturing Data from multiple cells to multiple tables and cells on specific...

Hi All, I have been struggling to get to grips with capturing data in an MS Excel 2003 spreadsheet. I have two worksheets within the same workbook. The first worksheet contains names of personnel, the...

View Article

Image may be NSFW.
Clik here to view.

Adding Suffix to a cell value

Dear All Please find the test.xls file attched I would like to be able to look at cell C2's value and populate this in cell E2 by adding 'ValueofC2@gmail.com' . I am sorry this may be a very elementary...

View Article


Importing Data from Multiple Excel Documents Into a Single File (take 2)

Hi, I used the suggested macro from this post here to fix a problem that I had: http://www.excelforum.com/excel-gene...html?p=3022404 Now I have another project where I need to merge several files but...

View Article

Update Formulas in cell using Macro

Hi Team, I would like to update the formulas in cell automatically and fill down. Below is my requirement. 1). In Cell D5 update the formula has = C5-B5 and fill down the formula until last row based...

View Article


Runtime-error '1004' cannot access the file, depending on the computer

Hi all, The context: I have an Excel file on a SharePoint server. People can open it, edit it, save it. When they save it, there is a macro to save a copy on the network (public drive), and replace the...

View Article

Image may be NSFW.
Clik here to view.

Macro to include date variable

Okay everyone I have a project I am attempting to write a macro for.... Everyday I run a process that creates a file the file name is consistent except for the fact that it adds the date to the end of...

View Article


Macro for Excel 2010 Data to Notepad in a specific format

I'm currently trying to develop a macro that allows me to transfer excel data into Notepad in the following format. $json['Name'] = 'Taylor Street., west side, in front of Hamilton Hotel';...

View Article

[SOLVED] Decimal moving and values lost when converting from string

Hi All This is driving me mad, I'm hoping I someone can help. I have written a script that re-formats a data set; part of it takes a text string, removes the leading characters and then displays the...

View Article

Sharing macros with automatic updating

I have a coworker that uses the same macros that I use. We are constantly updating them. Is there anyway to make a library of macros so we both will have the same macros and the subsequent updates as...

View Article
Browsing all 50049 articles
Browse latest View live