Macro add or delete columns by entering number in cell
Hello, I'm working with this macro to add and delete rows base on a number entered into a cell on another spreadsheet. Please see attachment template example and code. Thank you in advance for your...
View ArticleUsing Mutiple inputs from data validation lists to search sheet and return...
Hi There, First time posting so I hope its not a silly question! After spending a bit of time looking for some solutions for this i've come up stuck. Basically I want to manipulate the filter options...
View ArticleVariable Distance Rankings
Hello so I have to be fairly brief (time crunch) but this is what's going on. On sheet1 (factors&rankings) I have some things that have some values associated. To the right of those things and...
View ArticleMultiple option buttons - Need VBA to disable second group of option buttns...
Disable Option button.jpgDear All, I am creating a survey in Excel 2010, where I need to disable the second group of option buttons based on response given/clicked in first group of option buttons....
View ArticleActivate macro automatically when Yes is chosen
Hello, I have a workbook with a few macros running in it. I need one of the macros titled "macroyes" to run automatically when "Yes" is chosen in column C. My other two macros already run...
View ArticleVBA Doesn't Understand My Date Format (Autofilter)
I am trying to get VBA to filter and delete dates a week later than today, however everytime I put it through the filter it just unticks every date. I can't seem to figure out what is wrong with my...
View ArticleVBA to set Text-to-columns function back to default
Is it possible for VBA to set the Text-to-columns function back to its default values? (i.e Tab delimited) Any assistance appreciated. Thanks!
View ArticleMacro to fix phone numbers
Hello! So I need help with a macro. I'm totally new to macros so I don't really understand how much of it works. I have data from US phone numbers currently, but later on I'll have phone numbers from...
View ArticleFilter family members
Hello, See: https://nl.yousendit.com/download/WF...YWJRR2ZMYnRVag Who can help me to use VBA-code for this. Purpose: Filter family-members who living on the same adress! Greetings, mulderm
View ArticleFormula help
Just realized I posted in the wrong section... How do I remove? I am trying to get a chart of accounts number to auto-fill when a couple of items are true. I thought maybe index / match might work, but...
View Article[SOLVED] Macro to set sheet name to A2 cell apart from sheet with particular...
Hi Everyone, Thanks for looking at my post :) I need a macro that set the sheet name to the value in cell A2. ( Example of possible value for A2 would be STB2 BD9 3 ) This would be done for all sheets...
View ArticleCopy to one cell under matching name in one column.
Hi I have in column J a range of countries starting from J12. and the belonging numbers in Column K starting also from K12. I need the the numbers to be copied to column B So that the number for...
View Article[SOLVED] Activate Workbook with Changing Filename
Hello, I'm trying to activate an open workbook which name changes twice a week as a new version is created. The name always starts with "CDF". Instead of manually renaming the workbook each time before...
View ArticleSmall help with user form to create a database
Hello, I would like to develop a small database using a userform. The input values are 1. Date 2. Account Number 3. Nature of Deposit ( Savings,Fixed,Recurring) 4. Amount The User form should be able...
View ArticleResize Chart/EnhancedMetaFile after pastespecial into Word
hey all, I was wondering if someone can point me in the right direction with this one. I'm trying to resize an enhancedmetafile after using Word.Application...PasteSpecial. Basically the image is too...
View ArticleSave as PDF to a folder I choose
Hi, I'm fairly new to vba so I'd appreciate all the help I can get. I'd like my macro to pop up the window that'd ask where I'd like my pdf file (exported from excel) to be saved. How can I do that? I...
View ArticleLoop trough all folders and subfolders and copy data
Good day to everyone, I furthermore need your help with making code that will copy data from cell A3 (sheet table) from all excel workbooks in folders and suborders. In all folders are same workbook...
View ArticleFilter by cells value
Hi Excellers, I have code that I am using to auto filter cell C1 and it works well, but I would like it to unfilter if the cell C1 is left blank. Thank you! Code: Private Sub...
View ArticleMacros for Moving Data from Columns to Rows
I need help in writing macro for moving data from columns to rows. Example of original data is in "Source" worksheet and desired output is in "Destination" worksheet of the attached example. Thanks...
View ArticleSearch a date range and return the sum of sales for that period
I would need a macro where I can input the dates in a drop box. The macro would return the sum of sales for the chosen period. Attached Files Book1.xlsx (9.6 KB)
View Article