combine sheet1 and Sheet2 into a Master Data
Hello, I would like to combine sheet1 and Sheet2 into a Master Data sheet called SUMMARY. I have common data between both Sheets in column A. I would be glad if you guys could help me. I've attached my...
View ArticleMonte carlo simulation Excel
Hello everyone, I am a beginner in VBA. I need to create a Monte Carlo simulation on VBA for the Martingale roullete strategy . I have the follow code that, but I want a function that give me the...
View ArticleHow to lock previously unlocked cells on a protected worksheet
Please help. A password protected monthly worksheet contains unlocked cells for users enter value. How to make all cells on the worksheet locked automatically and not allow any data input in next...
View ArticleHelp on Macro to collate data...
Hi Excelites, Need some expert help on being able to compile data from several workbooks. I've researched enough but did not find a solution that fitted my needs. Here's what I'm looking for: I get...
View ArticleChanging tb color and text
I've tried using VB in Excel based on some posts that I have read, but I'm sill having zero luck! What I'm trying to do is a two step process. 1) Getting the Tab name to change based on a name in a...
View ArticleConditional search and replace.
I would like to be able to search for a value in a multisheet workbook and replace a value in a different row where the match occurs. For example john doe 20 jane doe 50 tom doe 60 Search for John and...
View ArticleRepeated action - shorten macro - copy from each sheet to summary sheet
Hello, I have this macro which I have generated and edited with the recorder. Code: Sub Macro3() Worksheets(1).Activate Range("W1785:ag1786").Copy Sheets("Summary").Select...
View ArticleRun Time Error
Hey guys, In the code below, the line that says Z=... gives me a runtime error 13, type mismatch but if I switch the Z to R in that line and the one below then it works. why is that since Z and R are...
View ArticleExcel Masters! Advanced Filtering Using Lists, How?
Hi all, Here's the problem that I can't solve. You have List A: prices rentals holidays You have List B: cabin supplies log cabin cabin rentals cabin holidays green cabins house cabins cabin prices...
View ArticleExporting Excel Cells, to Multiple Text Files, Where each text file has...
Hi all, I've spent several hours searching this forum and others. My challenge most closely resembles the issue at the following link: http://www.excelforum.com/excel-prog...txt-files.html What I would...
View ArticleExcel VBA Adobe Acrobat Javascript AcroExch question.
The code below seeks to assemble an array of PDFs using the insertpages method of javascript. It works fine if I code it in a way that inserts each document one at a time; however, I am trying to set...
View Articlefind date and run macro
Hi Hi, Im trying to have the cursor go to todays date and run a sub routine ( todaydate). If todays date is not yet entered, I want to go to yesterdays date and run a different sub (yesterdaydate )...
View ArticleIf Statement
Hi, I'm trying to write a code like this: If cells(x,x).value = any cell in the range (it's a named array) then store this value (of cell(x,x)) in sheet y Thanks
View ArticleVery Slow Macro... Any Advice How To Speed It Up, Please?
Hello, I am working on some code to break out logic parts from a netlist to individual columns. It is a work in progress, but as I try to run it to check on changes I make... I notice it is painfully...
View ArticleCopy/Paste Information From One Sheet to the Other
Hi Everybody, Here is my problem. I have an exported report from our Accounting Software and the way the report is structured is very useless. The report includes, Vendors, Part Numbers, QTY, Cost, and...
View ArticleCrash Single Instance Multiple Documents
I'm hoping someone can help me out. I've utilized a macro which forces a user to enable macros on a worksheet and what happens is when this form is open and at least one other document is open, Excel...
View ArticleAutomatically open on today's date across multiple pages
Hi, Firstly I'll warn you, I'm quite the novice when it comes to VBA, here is what I've been trying to accomplish. I have a workbook that spans several sheets, I would like, upon opening the workbook...
View Article[SOLVED] Extract image paths from within html in a column
I've been trying to figure this out and just have been unable to. It's important that I figure out how to extract image paths that are in html code in all cells in a column. The image paths are not...
View Articleinsert multiple cells in row if contents of one cell do not match contents of...
I have a worksheet that is 4 columns by 16331 rows. I want to shift the contents of cells A through C in row n down if the contents of cell C for that row n do not match the contents of cell D for that...
View ArticleRemove row if duplicate ID# in column
I found the following elsewhere which works almost flawlessly, 'cept it removes the rows that I have already modified. How do I modify this so it removes the second row instead of the first? Code: Sub...
View Article