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

Save worksheet without macro never ends

Hi guy's, i'm Newbie in VBA so I've been struggling to save a copy of a worksheet without the VBA code, I used the following code and it works, but it seems to have a bug because the Sub never ends,...

View Article


Code looping somewhere & freezing up workbook?

Good day all, The code below works perfectly when run on the active sheet ("Page4+") but when run outside of the active sheet it freezes up my workbook, Does anyone have any ideas why the code might be...

View Article


[Macro Help] Search Column in a Table and Return Heading

Lets see if I can put this into words. I am trying to find matches of a specific cell in various columns. Example: Cell A1 holds the word "Abc123" I'd want to search columns B-H, for an exact or...

View Article

Image may be NSFW.
Clik here to view.

Combine data from multiple worksheets into a new worksheet

How can I combine the entries for 6 different worksheets? GEO101 CBD100 EPY102 CCM118 ACP171 DNB111 into a dumpfile worksheet so I can do a pivot table. Each worksheet has the same row heading anyway....

View Article

Script to rearrange strings of text

Hey everyone, The macro has been of great use so thanks to those who helped! Almost a year later I do want to revisit my second request. Would be it be possible to make the macro work where for every...

View Article


Programatically save in Quarter file based on "text-date" in cell

Hi guys, I have the following directories in each fiscal year: \\server1\Finance\FS\Company 1\2012\Qtr 1\Apr \\server1\Finance\FS\Company 1\2012\Qtr 1\May \\server1\Finance\FS\Company 1\2012\Qtr 1\Jun...

View Article

Image may be NSFW.
Clik here to view.

Meeting Room Time Query

Hi All, I have an issue with a spreadsheet which contains information regarding meeting room bookings and calculating the time of day the bookings are made (to give a view on peak volume trends). In...

View Article

Image may be NSFW.
Clik here to view.

Conditional Formatting of a 3D Column Chart in Excel 2010

Hi I'm a newb looking for some help. I'm in need of a little help with conditional formatting of a 3D column chart in Excel 2010. I'm looking for a way to change the fill color of each individual...

View Article


Active Row + Additional Cell Ranges. Excel 2010

Any suggestions out there to highlight the active row plus an additional cell range based on content in a specific cell in the active row? Cheers. Shawn

View Article


Vba code needed for conditional formatting

Hi I am new to VBA and need some help If any Cell in a Range, say (A1:A10) contains "Any Text", Border Outline that Particular Cell with Thick Dash (Heavy Line). The Text is not directly input into my...

View Article

VBA code for deleting Rows that contain specific criteria from Filtered Data

Hello, I am trying to delete the entire row/rows of specific data from a filtered table. As an example, I have data in columns A1:E600. From Column B, I want to delete the rows that contain the text...

View Article

How to run module in visual basic editor

I have Opened a workbook and start the Visual Basic Editor (Alt + F11). Right Clicked in the project explorer window and selected Insert > Module. Copied the code into the new Module then suppose to...

View Article

VBA find method and named range not working

So I am trying to keep track of my budget using excel. Each month I paste various information, including expense descriptions, into a worksheet and assign the value in the descriptions category to an...

View Article


Image may be NSFW.
Clik here to view.

Find & Replace using VBA

Hi Everyone, I'm new to the forum and also a relative novice with Excel VBA. I'm trying to speed up the process of changing names in a energy modeling software that I use (eQuest) by going to the...

View Article

Multiple .wav files quick playing?

Hi all, thanks for this wonderful forum! I have spent some time lurking here and thought it was time to post. I am part of an independent music distro label, and music is my forte, not spreadsheets!...

View Article


Image may be NSFW.
Clik here to view.

vba copy paste only half working

I'm running the following script on a button push: Code: Sub CopyPasteValue()     Sheets("Sheet1").Range("B41:D73").Copy     Sheets("Sheet2").Range("B1").PasteSpecial _     Paste:=xlPasteValues...

View Article

[SOLVED] Problem adding section into macro

Hi All, I have a macro which creates a pdf, saves it and sends it in an email, but one thing I'm trying to add to the first part (export to pdf) is a "range" (i think). Code: Sub SendEmailPDFAdam()...

View Article


Image may be NSFW.
Clik here to view.

Excel fails catching file download window

Hello, with the attached files macros I try to download three excel files from an url to a local path. By opening the vba editor and running the macro WorkBook_Open this works perfect. But if I open...

View Article

Apply formulas to the end of data of varying length in columns(please see...

Hello ! I have data of the storm climate in a region which includes season(year) ,the number of the storm , interval , direction and speed. I need to find out the resultant wind speed and directions of...

View Article

Image may be NSFW.
Clik here to view.

How found and replace of sheets in multiple files ?

i attached file plz see ; in file "123" has one sheet by name "Bin" and in file "test" has 3 sheet sort by name "soft" , "007" , "win" when i want to find word in all sheets (means both of files all of...

View Article
Browsing all 50121 articles
Browse latest View live