[SOLVED] Filtering Macro
Hi, My macro selects the data (date between last month) for last month, however as I rerun the macro in next month, i have to change the code, Can you create such code which gets automatically updated...
View ArticleMultiple categories, Looping iterations and deleting rows
I have a long dataset, see example in the attached sheet. For each category in Column A, I want to be able to calculate a separate robust mean, which I then need to process further. There are lots of...
View Article[SOLVED] Print every Worksheet with a value In cell A1
G'day All, I'm a deadset noob at vba. Now as the title suggest I would like a code that just does that. Now I do have a code but I'm getting a "type mismatch" error. How do I de-bug it ? Source of the...
View ArticleUserform window moves slow
Hello, Does someone knows why when I run my userform the window moves slows and gets like tracked wherever I move it? The thing is that it was running perfect since I decided to hide the sheet where...
View Articlevb or macro excel notepad
HI, can u help in getting the vb done for my excel sheet *.Need to creat a data for VB EXCEL TO NOTEPAD.xls workbook with short key to run the program for all the pages in excel and each page out put...
View ArticleHow to add the value of User Input to value of in A Cell???
Hi everybody, So I have been trying to make this vba excel sheet for keep track of my expenses and it works pretty well but, I am stuck on an aspect of my code. I'm trying to take the data that the...
View Articleexcel search macro
Hi Can any one help me with this... I am planning for a excel macro, which has 3 columns "spelling mistake" "file name" and "path". it when run should search a particular folder (with all word docs)...
View ArticleNeed macro to disable "Save" and "Save as" buttons
Hello everyone, I need your help ! I would like a macro (or some macros, I don't know) to be able to disable the "save" and "save as" buttons in Excel 2010 (my version). I just have put my excel sheet...
View Articletetris
i want the coding for tetris urgently i need it!!! also, i will need the design for it
View ArticleHow to create email, adn add hyperlink for workbook filepath?
Hi! I'm attempting to put a hyperlink in an automatic email that the recipient can click and go to the folder where the file is located on our network. There are two tricky parts to this: 1) The path...
View Articlemacro to return max value in a time-series
Hello, I am very new to this please excuse my ignorance. I have daily rainfall time-series and my objective is to find annual maximum daily rainfall. My data range from 1941 till 2004 so you can...
View ArticleFile path hyperlink in email, how to replace spaces w/ "%20"?
Hi! I'm attempting to put a hyperlink in an automatic email that the recipient can click and go to the folder where the file is located on our network. There are two tricky parts to this: 1) The path...
View ArticleVBA code to highlight the cells if the time is greater than 00:15 & 12:15
hi i have a excel sheet where datas are generated randomly. The datas consists :first column (cities), second ,third,nnnth columns etc all are timings. The first column heading are Cities ,Second...
View ArticleVBA Macro Copy to next empty row, different sheet
Hey guys, so I made a macro to copy data from my data entry sheet to my database sheet: Code: Private Sub CommandButton1_Click() Application.ScreenUpdating = False Dim NextRow As...
View ArticleVBA code for linking multiple pivot tables
I have 8 pivot tables all of which have a filter for choosing a company name. At present, I have to select the company name in every pivot table and I wanted to see if there was some VBA code to...
View ArticleIf Cell=X then check for duplicates and insert entire rows in another sheet
Hi, I searched all forums but none of them give me the right result of copying and inserting entire row into an existing sheet Example: I have an excel workbook with many sheets. The sheet...
View ArticleChange sheet name with Macro InputBox
HI I want to create a macro with an InputBox that will create a new sheet and name the sheet according to the value in the box. I manage to do that however if the sheet already exist I get a VBA error....
View ArticleCell not auto-locking after auto-populating
I have a code for auto populating column B cells when column A is populated. Then the cells are automatically locked after data entry. My cells all lock fine except for column B cells which...
View ArticleHow to display values in multiple lines if multiple checkbox's are selected?
In my userform I have a list of check box's that can be selected. Currently if more than one is selected, they will appear in the spread sheet in the same line one after another with a space between...
View ArticleChange chart as month changes
Hello, I have a chart where I have to manually re-select the range for the data every month so that I can include the data for the month we are on. So for example... A1:A4 is January, then when it gets...
View Article