Autofilter when value in a cell changes
Hi username: username1 password: password1 There are a list of transactions under "Transactions Listing" There can be items that fall into the same invoice number. Under "Invoice", I would like to show...
View ArticleNeed Help
All, i have a macro that ive created using record function, as new to macros! i have an IF formula in two columns, when i record the macro, it inserts a "1" or a "2" in specific columns based on...
View ArticleHelp with Error displays
Hello Everyone, I would like to get a small macro where if a cell is blank in a particular column corresponding row to that cell should be deleted or if it is well and good if i get the deleted data in...
View Article[vba] how to disable comments while openin workbook
We have this: Code: dim zmienna as double GetObject ("C:\plik.xls") zmienna = Workbooks("plik.xls").Worksheets(3).Range("a1").Value Workbooks("plik.xls").Close this works but... when the file is...
View ArticleCollating data from workbooks
can you please help me with a macro? I need a macro for collating the data from n workbooks (from 1st sheet only) to an existing workbook in single sheet. please help. Thanks Kamlesh.
View ArticleFinding last row and deleting beyond
All, i have a macro that ive created using record function, as new to macros! i have an IF formula in two columns, when i record the macro, it inserts a "1" or a "2" in specific columns based on...
View ArticleDelete Columns according to Heading
Hi I was wondering if any body knows how to delete columns according to their heading, I have a spreadsheet with 63 columns that need to be deleted depending on who I have to send a report to. Having a...
View ArticleCan user forms (excel 2003) have relationships similar to Access
I am very new to VBA and would use Access for what I need except they do not allow Access database use at work. I cannot give details of my work on this forum but I will try to use a scenario to...
View ArticleVBA vs SAP
hi all, i have hopefully a simple question for you. I am logged into sap and want to write a vba code, that will run a new function in sap under my current login (it means with no need of any password...
View ArticleLook up the corresponding number based on the entered text
Hi, I have multiple columns of Categories with corresponding sequential numbers. I need to be able to look up that number based on what is entered under Category on the first worksheet. Please see the...
View Articletable copy
I ned a code for copy a table in another workbook without open this another workbook.
View ArticleMove row of data to another sheet once a date is entered in a specific column
Hello! I've used this site many times to figure things out...but this time, I just can't seem to get it. I've read a number of posts in attempt to do it on my own, but have been unsuccessful. I need...
View ArticleSet scale of axes in all charts on a worksheet
Hello, I have a worksheet with lots of charts. They are currently all set to scale x and y axes on auto. Any ideas for code that would automatically loop through all charts on the sheet, setting xmin,...
View ArticleTotally Closing Out of Excel (EXCEL.EXE left in task manager)
I'm having trouble totally closing out of Excel when I run my code. The code open, updates, saves, and closes Excel. However, even after it's 'closed' there is still a EXCEL.EXE left in the task...
View ArticleCopy/insert additional data entry rows
My firewall at work will not let me attach my sample to this message. I have sheet within a large workbook used for auditing where the user can enter multiple "additional workers." The worker field is...
View ArticleProblems with viewing values in simple calculations
Hi, Could anyone help with the following query? i created a userform that calclulates the differences of "before" and "after" both for individual values and total. Why do I get "1" in "Total before"...
View ArticleHow to get macro to run even if workbook isn't active
Hi, I have a workbook where I'm getting data from a query and putting it in Sheet1. When a cell (with the time/date) changes in Sheet1 (as a result of the query), it triggers a sub called BackupData,...
View ArticleSpecified folder path to select file path
The question I have is, I used the following code for the user to use a commandbutton to select a specific folder for a file. Code: Sub SelectFolder() Dim diaFolder As FileDialog ' Open the...
View ArticleList comparison and quantification of results
Hi everyone, I am really turned around on what I thought would be an easy task. I have searched other threads and have not found anything that helps, but if there is one, feel free to redirect. Task:...
View ArticleTest to see if a Row falls within a range of rows
I am trying to create a button that removes a row but I do not know how to create the conditional to make sure the row isn't within the first 6 rows before it is deleted. Can anyone help me with this?...
View Article