Userform Combobox to display image name from file
Hello, My user form titled "sinkinformation" has an image box and a combo box. I'd like the image box to display an image based on what is selected from combo box, titled "sinkstyle". The following is...
View Article[SOLVED] Duplicate and Name Sheet IF...
First, I am completely new to VBA and macros. I have searched high and low and can't find a solution that will work for what I need. I have an employee roster that has a list of employee numbers that...
View Article[SOLVED] extract partial string from Cell
Hi like so many I am new to VBA. My problem is to extract a partial string from a cell under certain conditions. I have done it in Excel, but need a VBA solution if possible. The file is 15000 rows...
View Articleneed drop down calendare in the areas this form ask for dates
need code and what not for a drop down calender in the areas on this sheet where it ask for dates Attached Files Safe Card monthly counts-1.xls‎ (77.5 KB)
View ArticleCalculating formula
I want to the textbox to post a formula in a cell lets say (G6=E6-F6+G5) but each time I post the textbox to the next row , the formula will change to be to the next value (G7=E7-F7+G6) Any Idea...
View ArticleCompare and find differences between two rows of data
Hello, I have a problem that I need help with. I need help creating a macro, that will look through 2 different sheets in excel, and find if there are differences between data. The data in the 2 sheets...
View Articledrop down calender in excel
I need a drop down calender in the attatched spread sheet that works in the areas where dates are required.Safe Card monthly counts-1.xls
View ArticleMacro or VBA to Publish Active Sheet to a Single Webpage
I need help trying to make a button on our schedule excel doc to that we can publish the sheet to a single webpage file. the location is on a shared drive for employees to view. I just don't know how...
View ArticleHow to match Date and Amount from sheet1 with sheet2 data with the same date...
I don't know what's wrong with my script.. it's not working.. or if it work.. it only copy the same date even the amount is different.. it should be same date and same amount.. and it should cut the...
View ArticleVBA find the first cell in a column that has a 0
All, Not sure why I am struggling with this... I just need VBA code to count down column M until it finds the very first cell with a 0 in it. Once it finds the first cell with a 0 it will then execute...
View Article[SOLVED] Delete rows when two columns are empty
Hi folks, new to the Forum. I have hit a problem that I can't seem to find a solution for online and was hoping someone could help. I have used a piece of code elsewhere in the macro I am writing that...
View Article[SOLVED] Extract data from multiple files into a main file
I have checked about threads of similar problems but could not figure out how to improvise them for my case. A Files.pngB Data in file.pngC Combined file.png Image A: multiple files in a folder which i...
View ArticleIncluding an Hyperlink on email
Hi everyone, I have put together a macro that will launch the Outlook and copy some of the data on my excel sheet. I am struggling with the Hyperlink though. It does not seem to bring the hyperlink on...
View ArticleMacro to merge data?
Hi Everyone, I have two sheets in my. The first sheet includes a list of all of the items that have been used in the second sheet. The second sheet contains all of the parts used. I would like to for...
View ArticlePass a variable to a scroll bar
Hey guys, I've got a scroll bar to control dates in a dashboard. How can I take the current position(value) from the scroll bar and set it to a variable called currentWeekPosition? Then, how do I later...
View Article[SOLVED] AutoFill Macro from ActiveCell Fail
Hi All, My name is Edward and I'm newbie to these forums. I would really appreciate if someone is able to help me as I have read every forum on this issue and tried every solution I can see but I'm...
View Article[SOLVED] Function to check if string is valid/legal windows file name?
I am looking for code to check if a proposed save path (as string) is OK. However both the functions I have found so far - DO. NOT. WORK! :eek: I found this code on the net...
View ArticleChange Data Before Print
I have an Invoice. Every time the Invoice is printed, 4 Copies are printed. The whole Invoice remains the same except for data in Cell A6. 1st Print - Data in Cell A6 is "Original For Buyer" 2nd Print...
View ArticleCould i have a VBA function available for every active workbook?
Hi! I'm trying to save a custom function so that every time i need it i can put it right away. But whenever i put it in a workbook other than where i've saved it, it just disappears. Can't i have the...
View Article[SOLVED] Count number of cells with red font
My name is Brett & I live in Melbourne Australia. I have a problem which I cannot solve but are quite sure many of you will find easy to solve. I have a spread sheet I use for golf results. I want...
View Article