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 ArticleCode 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 ArticleCombine 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 ArticleScript 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 ArticleProgramatically 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 ArticleMeeting 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 ArticleConditional 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 ArticleActive 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 ArticleVba 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 ArticleVBA 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 ArticleHow 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 ArticleVBA 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 ArticleFind & 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 ArticleMultiple .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 Articlevba 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 ArticleExcel 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 ArticleApply 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 ArticleHow 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