Lookup and delete
Hello, I'm working on creating inventory lists exported from Quickbooks. I want to delete all the items I previously counted from the new list each time I need a new list to count from. Right now I...
View ArticleCut (Not Copy)and Paste row from one sheet to another based on a drop down...
Hello. I am new to this Forum, but I am very impressed with the information that is in it. I do have a question that I could not easily find the answer to. I have a sheet that tracks purchases called...
View Articlemacro to delete rows if value 1 is in two differenet cells
Hi Could someone help me with the following problem. If value 1 does not appear twice in the same row between rows 2 and 21 i want to delete all those rows. If it does appear then nothing happens. Then...
View ArticleComplicated Problem with CMD Buttons
Good Evening, I'm new here and I have a question... So I'm making an inventory tracker at work, and my idea is to fill out all the information and when the part that has been tracked is gone or...
View ArticleChart plotting using dropdown list pulling data from different sheets
Hello, Thank God for this forum! I am new to writing macros and need help. I am currently working on a statistical analysis and I would like to have a chart with a drop down list. When I drop down the...
View ArticleMacro to Compute Info if Cell is Red
I have a spreadsheet (Attached) that tracks a schedule of when certain games are being played each day. I am wondering if there is a way that the open spots (highlighted in Red) could be computed into...
View ArticleChanging the Tab Order using VBA
First off, let me say that I am a novice when it comes to VBA. Since I can't seem to find any appropriate answers for my question, I thought I would post it here. ********************** I have designed...
View ArticleRead from one workbook to populate data source for drop down list in another...
Hi, This is my first post. I am returning to Vb in Excel after a break of 12 years and things seem to have moved on a pace. I am very rusty and there do not seem to be as many resources available as...
View ArticleRun-time Error 9 when creating PDFs
Hi, I use the following code to create PDFs from worksheets...Aber creasting the first PDF sucessfully, the error box "Runtime error 9. suscript out of range" pops up before the second pdf is created....
View Articlemultiple sheet to be hidden other to be visible
i apologize in advance for the lengthy explaination Request: i would like to have a macro that will hide all 50 sheets then show specific sheets. hide all 50 sheets listed below then open ("CC", "Spend...
View ArticleMacro to import both fixed width and delimited .txt files
I am writing a macro to import .txt files into excel. The files I receive to import are sometimes formatted different so some need to be imported using the import wizard using "Fixed Width" and the...
View ArticleIf Then Statement - number above 25 - Excel VBA
I have written IF Then Statements that said if a specific answer was selected, then take the following steps. But, how would I write an If Then Statement to state if any answer above 25 (so 26, 27, 28,...
View ArticleAuto fill _ macro
Hello All, I am pretty new to VBA and could use some help. I am looking for the code that will auto fill data into empty cells, based on if there is data in another column. The attached file is an...
View Articleremove link for macros on my network?
I am working with a report that is used by many people in my company. For rev control, we keep the main copy in a network folder that accessible by all. When you open the workbook and maintain your...
View ArticleSearch multiple worksheets for Text String, copy and paste entire row into...
I need to search multiple worksheets for a text string (Customer Name) I enter and then copy and paste the entire row of all matches into a new worksheet (ideally with the Customer Name as the...
View ArticlePopulating a text area in a user form from an Array???
Hello everyone, I am building a userform for when I am giving an oral quiz with students. I typically have 5 topics to cover for each quiz. There are 8 quizzes total. I started playing around with...
View ArticleSmart Importing and Auto-adjust in Excel
I download data from a site in the format shown in the tab 2 of the attached file and what I do is associate the fields in 'tab 1' with 'tab 2' using a formula. I want to eliminate several steps in...
View ArticleNeed a hand on fixing MP3 lister code for Excel 64 bit (involves API calls)
I have a VBA project that I wish to give to a friend. However my friend runs Excel 2010 64 bit and I run Excel 2010 32 bit - so he couldn't run it. I downloaded and ran the VBA Inspector but did not...
View ArticleHi, Need Help to automatically transfer data
I have a workbook I'm working on for inventory and I was wondering if there was a way to have info I put in cells on one sheet to automatically transfer to another sheet. So I have 3 inventory sheets...
View ArticleCopy Range, Selection.Delete, xlUP not agreeing
I seem to be having issues with this bit of code. I have used vba to split a paragraph and populate a column with the substrings. I have five comboboxes on a userform which reference this range. What I...
View Article