Open listbox and doubleclick one line and run macro
HI I have below menutest. It have 1. Button to show the window 1. Button to update the menu in the listbox. Sheet 2 is called Refund Sheet 3 is called Saved Refunds Sheet 6 is used to update the menu....
View ArticleImporting Daily Report in a Excel Sheet
Hello there, I want to create a macro to import daily report in a excel sheet for further process. Format of the text file is always same it never change but the number of records change.. I know its...
View ArticleMacro which saves data from temp worksheet to customers worksheet?
https://www.dropbox.com/s/nw8ifw38fnfxyxz/Final.xlsm?m Here is the above link. Am looking at a button which saves whatever is the temp worksheet row in the customers worksheet. The temp worksheet...
View ArticlePasting Macro Help
I have the below which works fine. However, when it paste whatever is in sheet Sel into a new workbook it does not paste over the format of one of the columns which is yyyy-mm-dd. Instead it changes it...
View ArticleCreating a unique reference number
Hi there, Sorry to launch straight into a query, but I was hoping someone out there might be able to help me, I don't know the first thing about coding, and have reached the limit of my skill... I have...
View ArticleMultiple ScrollColumn (but once per click)
Hi, I would like to create a macro allows to scroll through a large table but when I run the macro, it runs all the sequence at once (see below): Sub BROWSE_1() ActiveWindow.ScrollColumn = 19...
View ArticlePlot a simple line chart with specific range
Dear Friends: I have several files in a folder. All files have only one worksheet and already have one chart. I wish to add a second line chart with a partial range, that is last 20 rows of column C...
View ArticleHow to set a specific directory?
Hi I have asked Mr. Google, but are not able to figure out how to do this. I'm sure it's easy when you know how... *S* We have a template that is used for logging various stuff (manually entering data...
View Articleerror msg if data is intered wrong
Hi I have a spread sheet that keeps a running total of hours and minutes worked in week. The times have to be entered in hours and minutes with AM or PM. Example: 8:05 AM Is there a way to have a...
View ArticleIf cell contains a number copy/paste macro
I have the following which checks to see if a number is in column A and if it is copy and paste it. I want to alter it so that if it finds the number in say, A5 it pastes the value in B5. Or if it...
View ArticleMacro is pasting Values and I can't figure out why! Help Please
Can anyone see anything in the code below which is causing all my columns to be without formulas once it is done (not just the 4 I intend)? There are 4 columns noted which ARE supposed to be converted...
View ArticleUpdate and Search Buttons
For the life of me I cannot get an update or search box to work on this form. Can anyone point me in the right direction on how to insert an Update button and Search box / combobox on this form? Any...
View Article[SOLVED] Macro to add new row in a protected worksheet then add a value in...
I'm trying to solve an issue, I have a macro that adds a new row in a protected worksheet then copies the formulas from the row above, then deletes the contents so the cells are blank. I would like to...
View ArticleInsert Column Adjacent to Cell If Cell Contents Anything Other Than Condition
Hi All, I'm looking for help crafting VBA code which will insert a column adjacent to each cell in row 10 starting with column B. The condition in which a column would be inserted is the IF condition...
View ArticleFind cell value in column and copy to other sheet
HI I will continue with a new thread. The other or old is half done. So this subject line is more relevant. I need this last code to make all work In sheet1 cell G7. I have a value. I need to find that...
View Article[SOLVED] Best Way to Display a Large Amount of Data in a Single Cell
I have a spreadsheet which is auto-generated based on a long VBA script. In Column A I have some instances where there exists a large amount of text inside the cell. I do not want to resize the cell....
View ArticleSorting and changing colors depending on conditions
Hello, im a complete novice when it comes to this and i was wondering if someone could lend a hand. I'm making a questionnaire, or atleast i try to... I will try to explain what i want to achieve: (it...
View ArticleFill range of rows based on a value
Hello, I need your help. I'm very new to macros in excel so what I wanted to do is to change the range colors of the rows from A1:W50 based on a value. For example if there's a value named Apple in...
View ArticleAuto_Deactivate can't find Macro
I have a simple range copy macro that I would like to have run when the "Data" sheet is deactivated. I defined the name as "Data!RitTest" and used the reference of "Deactivate_Test!RitTest. The problem...
View ArticleCode for unprotecting refresh protect based on system time
Hey guys and gals, I am wondering if there is a code that can unprotect all four sheets, refresh all, and reprotect based on a certain time or timeframes. I have attached the sheet that I am dealing...
View Article