Insert image and image name into specific place on sheet
Hi, I have about 400 images of QR codes with peoples emails in the QR codes and i need to import them all into an excel sheet with a certain spacing between them and with the file names (persons name)...
View ArticleVLOOKUP/INDEX/MATCH to return all values that match
Hi, I have two sheets of data , sheet A and Sheet B. Sheet B contains a column called "Name" and for each name, and for each name there are corresponding numbers. In sheet A, I have a "list of...
View ArticleAdd custom error bars from data adjacent to series data using VBA
I have a chart that contains several series of data that are organized under the same columns. For example, Series1 = (C3:C9,G3:G9), Series2 = (C10:C16,G10:G16), etc. I want to use a macro that...
View ArticleMacros for single sheet to muliple sheets
I am trying to create a Macro for taking information from a master sheet "sheet1" and dumping it into another worksheet based on a single variable in "sheet1". I have attached the excel workbook for...
View ArticleVBA To Refresh ALL Pivots
Hey Guys, So I found and used the following code before and it worked fine. Today I deleted a tab with that had a Pivot on it, but this vba is not specific...so I'm a little confused. Any help? Code:...
View ArticleVBA to copy and paste only cells in range with data
Can anyone help me with this. Please look at the workbook attached. What I need the command button on worksheet 'SLA Order' to do is the following: Copy only rows with data in them from columns A:C...
View ArticleMacro to change pivot table range after importing new source data
So I have been working on a project that utilizes a pivtot table with monthly data in it to do and display all sorts of other things... Those macros, for the most part, function ok. I am at the stage...
View ArticleHow do I pull info from multiple sheet tabs to a log sheet tab in the same...
I am trying to create 1 workbook to track design changes. Basically I have separate sheet tabs (example: change 1, change 2, etc.) in the Excel workbook. I want to have the 1st sheet in the workbook...
View ArticleLock vba code for project viewing causing problems
I have a spreadsheet which has a userform that opens up upon opening the spreadsheet if it is a new project. When i get ready to send it to others, i check the lock project for viewing box in the vba...
View ArticleCurrent Share Price
Guys, I have never used VBA & Macros before professionally before, but I think I do need to learn them now. I have been given a spreadsheet which have various financial values all of them are UK...
View ArticleExcel VBA Macro works perfectly with IE10 but not with IE11
Hi all, I have a excel VBA script that basically iterates through links within a web page, opens up each link, within that new window, tests the links in there for 404 broken links. This script works...
View ArticleMacros to PDF margins/Columns
Hello All, I'm working on a sheet that I set up a Macros on to auto convert to PDF. The issue I'm having is that it wont print all the columns I need. I can do it in acrobat, and I can physically...
View ArticleIdentify records based on criteria from two different columns. Need help!
Hello, I am trying to figure out if it is possible to write excel macro that would do the following on the example range listed below (this will have to be applied on a much greater and dynamic range...
View ArticleShow/hide rows based on drop down cell using named ranges
hi I've found various threads showing how to hide/unhide rows based on a value in a cell and built a form based on the code I have found. The form has three uses and shows hides sections (rows) of the...
View ArticleContinuous column copy / Non-continuous column paste (VBA)
Hello. I'm a rookie to macros/VBA and to this website/forum. I appreciate any help I can get on my question (a rookie question). I'm slogging my way through a macro that essentially copies specific...
View ArticleVBA - Add a Sequence Number based on Condition
I have a spreadsheet which imports data files, and each file has a cell that has the word "Sample" . I would like VBA code to find and replace each instance of the word "Sample" with the 'Title1',...
View ArticleAutofilter with Dynamic choices?
Greetings all! Excel 2010. I would like my macro to autofilter a table based on a small list of part numbers. The small list (Table?) would be elsewhere in the same worksheet but on a different tab....
View Articlesave data to clipboard
hey guys so i have a macro that goes through opens workbook, copies data, closes book, pastes data to main book then moves to another spreadsheet, however it doesnt copy the data because i close the...
View Articleactivate a window based on date
Hi all, I need to activate a window based on a date format and a name. The codde I used doesn't work in excel 2010, but does in excel 2007? [CODE]Windows("name" & Format(Date,...
View Articleexcel macros to transfer from sheet 2 to sheet 1
i have created a catalog with an invoice, sheet 1 is my invoice and sheet 2-36 are the different categories. I need to transfer data from sheet 2 to sheet 1 Containing QTY, Item, Item ID and Price....
View Article