Help copying and pasting worksheet names to another WS
Hello, I am working on an Excel workbook where I enter data for the company I work for. Now this file compiles monthly data and each WS represents a work day. On each of these WSs I fill about 50/60...
View ArticleRun-time error '76' - Path not found - (Workbook_Open) - UserForm
Hello, I have the following code below that give me the error "Run-time error 76 Path not found" (Set UF1 = frmmain) and I don't understand why. At home I have Excel 2003 - SP3 (it's runs Ok) and at...
View ArticleAdding Start and End Buttons to Track Breaks
Hi There, I have 20 members in my Team and I want to track their Break timings with the help of Start and Stop buttons.Here is the sample spreadsheet attached. Please help me out Attached Files Break...
View ArticleGrab Filenames of Files within Subfolders
Hello, I know there are various internet threads regarding this subject but I'm looking for something to add to my code specifically and can't seem to make it work. Here is my code: Formula: Sub...
View Articledefine range of cells based on values that appear on other cells
Hi all, I have a spreadsheet with dates and numbers. Every day I need to select a range of cells (D1:D??) and convert them from values based on a vlookup to values only. I know I can use the...
View ArticleIf Cell in column B blank then various cell are blank - vba tweek needed!!!
Guys, Nearly there with my latest mini project, but stuck on the final bit!! I have had some assistance on this forum to get this far, so just need one more little bit and then it'll be done..... I...
View Articleextracting date that is part of file name
Thanks in advance for your suggestions. I have an excel file named "1st 05-01-13 MB.xlsx" The date will vary each month: could be "1st 06-03-13 MB.xlsx" next month for example. The file name syntax is...
View ArticleInsert Columns Based on a Date Range
Hi. I'm brand new here, and a VBA novice. :confused: I would very much appreciate if someone could offer suggestions on the following challenge. I am trying to create a template that would be copied...
View ArticleWindows API and SendKeys
Hi, I've been trying to create a macro that used Windows API find an active program's window, activate it, and send the combinations Alt + M to it. I keep failing and thought I might seek some help...
View ArticleDelete rows containing "0" across an unspecified number of Columns
Good evening, I need help in creating a macro that deletes rows containing zeros across an unspecified number of columns. I have to analyze financial statements/reports on a daily basis which can range...
View ArticleGUID code for 32bit to work with 64bit also
Hi All, I have some code that has been working very well at our work place. The problem is some of the PC's have been upgraded to 64bit and on these PC's the code gets the following Complie error...
View ArticleNeed compare mutliple columns of data from sheet 1 to sheet 2 & display text...
I have several columns of data that could contain similar data for rows in sheet 1 (main database - data remains static) and sheet 2 (query database - data will change) and I need to find a way so that...
View ArticleMacro that updates formula (uses next cell each time it is run)
Hi, Im looking to write a macro that will update a formula, replacing a cell value with another, each time it is run. Specifically, i want the formula to change as follows, ='2013 Budget'!G29/1000...
View ArticleDisabling dependent combobox2 until selection is made in combobox1
Hello All, I am new on this forum and should be grateful if you would, please, help me with a problem regarding dependent comboboxes. I have a database that uses a userform to input data into it. The...
View Articlepie chart of only the positive values in a table without reordering the data
hey i have a table of data see image below of names of companies and then a value either +ve or -ve I want to plot only the positive values in a pie chart. I don't want to reorder the data (unless at...
View ArticleCreate copies of a workbook named after each day of the month.
Hello Guys, I have a workbook that is created everyday by using a template. Which is simply a copy and paste and the change the name of the new workbook to today's date "May 24" for example. I need a...
View ArticleTranspose copy paste multiple columns of a single row to a multiple rows in a...
Hi Guys, I have a requirement on transpose paste. Transpose copy paste multiple columns of a single row to a multiple rows in a single colum. Present Sheet: FirstName abc def ghi LastName pqr stu vwx...
View ArticleFind a date value in a sheet and delete all cells to the right of it in the row
Hi, I need a formula that finds a date value in a sheet and deletes all values in the row to the right of the date value e.g A B C D E 1 Text Text Text Text Text 2 Text Date Text Text Text 3 Text Text...
View ArticleCompare then highlight duplicate values
Hi, I have been thinking of a way to compare and either highlight or place a "Y" in a different column for duplicate (Base Amounts) & (Transactions Ref) I have attached a sample of what in trying...
View ArticleHow to show console messages during runtime in Excel VBA
Hi Everyone, I am facing 2 issues while showing the console during run-time to display messages: 1. The console I have chosen is a text box (named OutputBox) which is overlapped with the UserForm...
View Article