Pull data from HTML tag which is unique (tag within a tag)
Hi, when HTML tag was as mentioned below, I need to extract the content "Story & Experience" from the Richtool tip tag. Code: <div class="ellipsis">Type: <span...
View ArticleCopying Same Cells of all the sheets to another workbook
I have a workbook of 500 party details. i want to copy the 7th Row of all the sheets to a another Sheet. can anyone please help me out with this. i am very new to macros and VBA. Please help me out...
View ArticleSend email upon error in macro
Is it at all possible to code a macro to send me an email when an error occurs detailing the fault? Any help would be appreciated. Thanks
View ArticleAutomatically copy and paste (or update) cell values to another worksheet...
Hi guys, I am currently using an Advanced Filter VBA code to copy and paste filtered cell values from worksheet 2 to a table in worksheet 1. The sample excel file attached below has three buttons in...
View ArticleHow to use advanced filter in a protective mode???
Hi guys, I am currently using the following code to copy and paste filtered cells from another worksheet: Code: Sub PERTH() ' Sheets("Abstract").Range("E20:AB98").AdvancedFilter _...
View ArticleHow to hide the text out of print area in excel?
I prepare around 50 to 60 invoices every month and there are some notes on each invoice for which I change font-color to white manually so they remain in hidden there and client is not able to view....
View Articleneed macro to compare column in one sheet to another sheet and if part # is...
Need help writing a macro to simplify my work for my business. My excel sheets are part numbers in a column with descriptions, reference numbers and pricing info in its corresponding line. I need to be...
View Article[SOLVED] How can i find team name from above and count the averige of goals
Hi i want to put a formula in e1825. It should find ny rangers from column b and count the averige of goals/game. Goals are in column c. The formula should be the way that i can drag it up so that in...
View ArticleOutlook vs Excel - date format issue between modules
Hi, I have cobbled together a spreadsheet using what I know and what I could google - it is designed to enable easy tracking of out-of date documents, and send a calendar meeting on the expiry date as...
View Article[SOLVED] Using VLookUp in VBA Form, Apply Values Only to Proper Cell
Good Day Excel Help Gurus, I've been trying to wrap my mind around how to properly use Vlookup in VBA. My problem: I created a form and would like after filling it out that: 1. It looks at the current...
View Articleeorror message when textbox is empty
hi i have a textbox on a userform that sends data currency to another textbox on the same form if the textbox has data all is well if it is blank throws an error up can i have an if then else statement...
View ArticleExcel macro to LotusScript?
Good morning, I requested assistance in creating the below macro. It works fantastically. I've discovered that it has more capabilities than I'd originally understood. Thank for the creation. But, I...
View ArticleAmending various excel files including those in subfolders MACRO
Hi all I have approx 500 excel files that i need to make the exact same changes to. As an explanation and for arguments sake i have copied the 500 files from a 2012 directory to a new 2013 directory...
View Articleget "run time error 1004" when i try to activate macro on protected sheet why?
for example: Private Sub cmdOK_Click() ActiveWorkbook.Sheets("æîðú îåöøéí").Activate Range("A1").Select Do If IsEmpty(ActiveCell) = False Then ActiveCell.Offset(1, 0).Select End If Loop Until...
View ArticlePaste contents of selected rows in sheet 2 after each row of sheet1
Surprised as I was the speed of my first question being answered i though i might pose another after another fruitless search I have now 2 open sheets in the same workbook sheet 1 contains 549 rows of...
View ArticleNeed help - vba command to activate another program
I have a software program which I need to activate from excel file. This software program (non Microsoft program) is already open and running. I tried using the SHELL function but when using the SHELL...
View ArticleExcel Intuitive Drop Down Menus wit Pictures
Ok, here is what I am trying to do. I want to create and automation using Excel to make setting up a magazine template easier. I receive the file in an Excel worksheet listing out what ad goes where,...
View Articlemacro for finding values in sheet2 and printing it in sheet1
i have 2 sheets namely SHEET1 and SHEET2 Sheet 1 has the following contents ------------------------------------------ A B C... H I sdfas asdad TOWEL sdff bgfb sfvsv TOWEL 132d aes4 322sd BAG sdg3...
View ArticleCompare PRD & MASTER & show results in RESULT
Hi All, Can anyone please help me get my desired result. I have prepared a macro by which it copies data from PRD & MASTER to RESULT. PRD data is pasted in A & B columns and MASTER data gets...
View Articlexlfiltercopy cant set range to last row =(
Hi to all of you, my question has been asked in different ways already but somehow I cant get the existing answers to work for me (bloody beginner). I am using xlfiltercopy to copy paste information...
View Article