How to use > in WorksheetFunction.Sumifs
Hi - finally onto my last four lines of code so this should be my last question for a while :) How do I use > with dates in a sumif worksheet function? I have the code below but it throws up a 1004...
View ArticleOutlook email sent when date is reached
Hi, I have a To Do List, in this list there is obviously a due date. I need Excel to recognize when the date set in cell T6 is greater than the time set in cell X6 - (X6 contains: =TODAY() ), once it...
View ArticleMacro to automatically fill in a sheet form multiple workbooks
I have people going around the UK to calibrate some equipment every April and October and fill out a form in a workbook. When they come back they put the workbook into a directory relevant to that...
View ArticleCustom Function now accesses a cell due to worksheet size increase in 2010 -...
I have a custom function that looks like this in the worksheet cell: =CAT09("LA18K1945",9, Units) - All it does is look up in a catalog and return the weight of the item number in lbs or kgs. here is...
View ArticleOptimize a slow code...
Hi guys, I am new to VBA, I have done a code that does the following : get me all the speed variations and classify each of them to create a sort of histogram. Since a am pretty new to VBA, and to...
View ArticleCell population based on meeting condition of another cell using macro.
I am trying to write a Macro to zero out three cells based on a condition being met in another cell. The end user will still need to have the availibility to add manual input into these cells thus my...
View ArticleReplacing part of text in cell
I have a column of cells like this: Code: ! router bgp 99999  !  address-family ipv4 vrf CCCCCC-123456  no synchronization  redistribute connected  redistribute static  neighbor CUSTOMER123456...
View ArticlePrinting Every nth value
So I currently trying to code a program for a water rocket and I'm using very small values of delta_t. Pretty much I need it to print every 10th value and put it in a cell.
View ArticleRepeat the existing macro for starting at different cell.
Hello All, Please check the attached sheet in which I have created a macro that works as expected (Click Button 1). The required data is copied from Sheet 1 and populated in Sheet 2. Is there a way to...
View ArticleHow to refer checkbox with user defined names
I am using a no. of checkboxes in different sheets but as they have same functionality hence want use a common macro the following code i was using to take input from a text box : Code:...
View ArticleNeed to create an excel template with many dependencies between columns and...
This is my first time on this forum.. and I barely know about programming in excel.. I have an interesting template to be formed.. I need to input data into excel with lots of dependency.. Cell in...
View ArticleVBA code for Printing to PDF - Need Help
Hello! I have a code that is used for printing a folder full of Excel files to PDF. This code makes sure that the full Excel workbooks are printed, and it does not crash unlike Adobe's batch printing...
View ArticleExplain How Specific R1C1 Formula Works
I have a bit of code that someone here helped me with a while back, and as my code has evolved, this has stopped working properly, I'm trying to figure out how exactly it works, and what it's doing......
View ArticleVBA code causing excel to hangup/ not respond
Hi, Following code is part of larger macro that will copy any file in a given folder into one spreadsheet. This part of the code works to the extent that it does the match and copies to 'combined...
View ArticlePrint multiple sheets to one PDF using PDFCreator
Hi. I have a workbook with a userform on each page that has a list of all the worksheets that would normally be printed. (Some of the worksheets you would not print so not every worksheet is listed on...
View ArticleProblem with Querytable destination, using Web Query with multiple URLs
Hi All, I am trying to use a web query to convert a chemical abstracts number (CAS) to SMILES string using the translator at NCI. To do this, a URL is formatted like so:...
View ArticleCreate a Macro To Insert a New Row
Hi All, I need to create a macro to insert a blank row right below the last row. I could be able to create a macro that add a new row, however, it always adds at the same place instead of right after...
View ArticleUserform/VBA to create dashboard
Hi, I was wondering if anyone had any tips for how I could create a dashboard similar to the one attached (in the Summary tab) in Excel using VBA/user forms. Basically I want to display up to 4 sets of...
View ArticleEmail Sent from Outlook, Triggered By Expiry Date
Hello Everyone! First time posting here, and very very limited VBA experience. I have edited a script from another source to send an email using outlook and an excel worksheet. It works, and have...
View ArticleUsing a UserForm to find a cell value
Hello I'd like to create a userform to find, confirm, and edit an entry. New data is entered using a userform to a new row of exel sheet. I was thinking that this new userform to "Find" would have 3...
View Article