Bulk Find and Replace Whole Words, Not Strings
I have an Excel spreadsheet that contains a macro. Bulk Find Replace.xlsm Column A contains a list of phrases. Column F contains a list of values to FIND. Column G contains a list of values to REPLACE....
View ArticleVBA lookup and sum values
I am new to VBA in excel and need some help with how to write this code. I am creating a table that calculates a scrap percentage rate based on the total produced value (entered manually into the...
View ArticleCreating a macros that when the master is edited the other worksheets reflect...
Hello, Here is my problem, I have a workbook with thirteen tabs reflecting an annual schedule. This annual schedule changes by entities, effective dates, and notes are added or changed. I have to send...
View ArticleImport Web Data VBA "sometimes working"
Hello, I have written some VBA code that will reach out to a URL link and will import external data into Excel. The code works great, wellÂ…..every once in a while. After getting the code to run all the...
View Articleexcel combobox has trouble with punctuaion marks
Hi All, I have a combobox populated with an excel range that has entries with periods and dashes along with plain text entries. when I start typing in the combobox as soon as I hit a punctuation mark...
View ArticleMacro + Excel functions: Braking a cell value in random number of parts to...
Dear Excel Experts, I have problem: I have a column (say, A) having 1000 values; ranging from anything 2 to 35 in each of the cell of that column. suppose, cell A1 has value of 20. I need to divide...
View ArticleTrying to use VB to protect and Unprotect a worksheet
Hi All, How do I protect a specific worksheet (not necessarily the "active sheet") with VB. That particular sheet, I initially protected it using "password" the password. Then I'm trying to unprotect...
View ArticleFlip the Sort Order in Pivot Tables
I have a worksheet with several pivot tables. Is there a way to loop through the pivot tables and flip the sort order without knowing the names of the pivot tables and the fields they are sorted by?...
View ArticlePermutation & Combinations of Names of different lengths
Hi, i want to know if there is a macro which will give me the permutations and combinations of 5 names of different length that i have . Example: Below are the 5 names of different lengths . for...
View ArticleCopy specific cell to new sheet if row contains a certain value
Hello all! I have a problem here. So I have a workbook that pulls survey responses from a Survey Monkey survey. Each row has a different survey entry, where someone may have entered their first and/or...
View ArticleDuplicate buttons with code
i want to give user option to insert multiple files but I also want them to be have different names like Obj1 is given to first insert. on the + symbol new form with upload, delete and add button...
View ArticleNeed to Identify Numbers that Occur Only Once in a Column
I have a Excel 2010 worksheet with multiple rows and columns. In one of the columns I have numbers some of which show up once and others that show up multiple times. I need to identify those numbers...
View ArticleParsing workbooks based on parameters
I'll explain the whole situation and maybe there is a better way than what I'm doing: We have a folder with 37 workbooks in it, each is identical (except the data of course) with a name "XX - Line...
View Article[SOLVED] Populate a cell on multiple Worksheets
Is there any way, using a macro for a text entry box to appear where the user can enter text and for that text to then populate the same cell on multiple worksheets within the same workbook? I need for...
View ArticlePopulate and sort combobox on userform using VBA
Hi I am having great difficulty in doing this and would be grateful for any advice. I have a userform with a combobox (cboExistingSupplier) and a textbox (txtNewSupplier). The combobox gets data from...
View ArticleMacro to extract data from different files
Hi, I am looking for a macro to pull the data based on Date from the other files i.e Vijay.xls and Anand.xls Is it possible to entered the Date using input box? or Date can be entered on the cell and...
View ArticleFilter duplicate entries on condition
Hi all, This is my first question on this forum after 'lurking' the threads for a while. I'm relatively new to VBA and have searched the forums for a similar issue. However, I could not find an answer...
View ArticleFind Closest Date In Column
Hi all - VBA beginner here. I am using excel to keep track of transactions in my checking account (Col. A = Date, Col. B = Description, Col. C = Amt, Col. D = Balance). Column A then will be in...
View Articleworking with frameset.do
Hi, I need to navigate to the URL(grids, columns.js) that displays as http:\\mywebpage\excel\ItmsWorksheetFrameset.do?worksheetID=200000&method=gotoForward&forward=itmsWorksheetFrameset when I...
View ArticleHow do you call a graph from JUST vba?
Hi all, Sorry to bother you guys with a (simple?) problem. I'm not entirely new to VBA but new enough that I am a noobie compared to everyone here. So what I'm envisioning is this: 1) Let's say I have...
View Article