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 ArticleAlternative 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 ArticleCopy & 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 ArticleCombobox 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 ArticleHow 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 Articleusing 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 ArticleMacro 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 ArticleFinding 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 ArticleLoop 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 Articlerun 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 ArticleMacro 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 ArticleCapturing 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 ArticleAdding 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 ArticleImporting 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 ArticleUpdate 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 ArticleRuntime-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 ArticleMacro 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 ArticleMacro 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 ArticleSharing 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