Send Outlook reminder when task expaires
Hi How do I modify my code so that it sends reminder after lets say task is over due 1hr or soon after it becomes overdue... Curently user logs in to sheet 1 which triggers a macro and checks for...
View ArticleHow to filter within a cell- attachment of my doc
issue.xlsx Alright i did a web query to import data from a large land database within my state. Now i have many thousands of entrys at 50 per page to document and when i imported these entries it...
View ArticlePrograming in excel to calculate the monthly production and also alternative way
Hello Everybody, I m new to this forum. I work in an oil processing industry. I need to fill a daily production report and also calculate the monthly production and consumptions in the month. i want...
View Articlefind the closest match to given latitude / longitude from data stored in 2...
Greetings, I've run into a wall with this one, so I had to ask for help :mad: I have 2 different sets of data: temperature data recorded at meteo-stations defined by latitude / longitude, and major...
View Article[SOLVED] Hiding Multiple Worksheets with VBA
Hi there, I have a workbook with 16 different worksheets. The first worksheet is what I'm calling a table of contents where I have created ActiveX Control Buttons that I would like to attach VBA Sub...
View ArticleVBA lock a portion of the worksheet based on cell value
Hey Everyone, Im running into a little bit of a problem. I have a cell set up with an if statement that will return the value 1 or 0. What I am trying to accomplish is that once the value becomes 1 it...
View ArticleAutomated username VBA not working
HI, I have the following VBA code to add a username to a certain cell in column AL if there is any changes has been done in column AA Code: Private Sub Worksheet_Change(ByVal Target As Range) Dim...
View ArticleVBA Auto Sort The Closing Date Column in multiple worksheets
Could you add a VPA code to my worksheet to automatically sort the closing date in Ascending order 15 seconds after entries are made. Please set up the code to run on the four worksheets (closing date...
View ArticleUsing VBA code to capture signature
Hello fellow Excel users, I was wondering if I could ask your help with something. I am trying to dedicate 2 cells on an Excel worksheet for signatures - one for relinquishing and the other for...
View ArticleVBA to Find Multiple Substrings Within a String
Hello, I am trying to figure out how to return multiple values that are adjacent to a series of the same substring. So here is the setup. Say in cell [A1] I have a very long string. Within this...
View ArticleHow to paste picture into cell without cell selection?
I would like to paste pictures from the clipboard to my workbook. Currently I'm using this piece of code to paste the picture, which works, however the cell need to be selected for this to work. Code:...
View ArticleLocking only certain cells on worksheet
I have a workbok where I added 3 comboboxes that are positioned over 3 merged cells that are C6, C7, & C8. The comboboxes populate C6-C8 and C9 is just entered normally. I have a button on another...
View ArticleCalculator for price list - dynamic
Hi everyone, I uploaded a file with the table in excel. Right now it works this way: if I put the quantity in the column O, it takes the price from different column (depending on the quantity) and...
View ArticleDynamically creating spinners moving out of alignment.
Hi, I have a macro that dynamically adds a spinner to each column. I want the spinners to be right-aligned with the column. However, for some reason the x location of each spinner moves more and more...
View ArticleFilter and copy data
Hi, I have a excell sheet with some data. I want to filter the daca and copy it to Sheet 2, For example In sheet 2 I have A1 = Nike B1 = Puma In sheet 1 I have lots of Nike and Puma products. I want...
View ArticleZooming Dropdown List Selections
Okay I have googled and read the instructions several times on how to get the dropdpwn list to zoom via a contol box function and I do not have specific enough directions. I am using Excel 2010. I do...
View ArticleDisable commandbutton
Hi, How can I disable a button if the day name in the textbox1 is not equal to day today? I'm using the below code but still not working. Code: Dim myDay As String myDay = Format(Date, "dddd")...
View ArticleLoad image based on Cell SKU
Hello, First time poster. I have been reading various posts in regards to running a macro that would insert product images in to a sheet based on a SKU that is in a different column. My sheet has an...
View ArticleEnter Data from userform into cells starting from specific cell
I need to add something to the code below to have my first row of data entered into cell "Q8". As it is now the data is starting on row Q9 instead of Q8, but the rest of it is filling in correctly....
View ArticleCustom macro for removing cells containing specific location keywords
Hello, I'm trying to create a macro that will identify cells in column A and remove them based on a set of keywords, specifically the 50 states and largest 100 US cities. I've found macros that can...
View Article