Macro on opening of any excel file - Mac Excel
I have some VBA in the ThisWorkbook module of Personal and it works perfectly on all PCs, but a few of my coworkers have Macs and tried to get it to work on their machines and can't get them to run....
View ArticleProblem with bringing the right data to my VBA script
Hello everyone! This is a great forum and many times I have founded a solution for my question via this web page without the need of even posting here. I´m quite new with VBA and I think this is very...
View Articleminimize a userform?
I'm trying to create command button on a modeless form as a simple way of minimizing the form (and another for restore). I know there's a way to actually have Windows minimize and restore buttons on a...
View Article(Solved) Clear userform after hitting "Submit"
I am VERY new VBA and Userforms so please be nice! :) I am trying to make a submit button that once you hit submit, it enters that data, and then clears the forms. Here is what I have. Again, please...
View Articlevba WorksheetFunction Lookup(2,1/Countif(........))
Hello everyone, Please take a look at this formula and see what's wrong: x=Application.WorksheetFunction.LOOKUP(2,1/(WorksheetFunction.COUNTIF(Sheet8.Range("B3:B351"),"">"" &...
View ArticleIssue on filling grouped shapes
Dear gurus, I've racked my brain for this seemingly easy issue without solution; so, I turn to you for help!:confused: I've got a bunch of groups shapes (maps of some European states). Some countries...
View ArticleCommand Button to strike
Hi, I am trying to do a project and stuck at one of the place, I'm hoping that one of you expert will be able to help me out on the attached sheet. What I'm looking for is : 1. If someone click on...
View ArticleUnprotect ALL Checkboxes with VBA
Hello friends. I am working on a spreadsheet that has 2000+ checkboxes on it and a mess of formulas. I am trying to protect the sheet so that multiple people can use it without messing up the formulas...
View ArticleHelp with Dual Monitors
I have a computer running dual monitors. I can open 2 excel files, but when I run the Userform from one of them, all other Excel files disappear. Is there a way to run 2 different forms on 2 different...
View ArticleData Matrix Barcode
This Query has also been posted here; stackoverflow-com/questions/60458914/data-matrix-barcode First post so apologies if in the wrong place. (I've tried to search but was unable to find any solutions...
View ArticleHow to adress any text and automatically exit the code?
Hi, So, I was wondering how you can address any text in a cell and then exit the code. Exit the code part is not hard, but I have no idea how to exit a cell that contains letters or signs like:...
View ArticleSharepoint or web based database?
Hi all I am reasonably ok with access databases and I have used VBA to communicate between Excel and Access on many occasions. All was going fine until I was told our offshore team in India did not...
View ArticleCan you refer to a radio option button group to just get the value of the...
I have quite a few groups of radios and I'm wondering if there is a way to just refer to the group and get the option that is selected rather than checking the state of each radio.
View Article[SOLVED] AUTOFILTER - Clearing
. Is there a method of AUTOFILTER UNDO for the affected rows only ? It appears from internet research that any method of clearing an AUTOFILTER involves all 1.4 million rows. This is a macro I've...
View ArticleSort by cell colour for a year planner. Macrotastic?
Hi I'm looking a for a little assistance. I have overhauled a shift roster that is managed by four people, to manage over 100 staff that move around a lot. There is a colour scheme for the different...
View Article[SOLVED] Variables not available as required
I have been struggling for quite a while with variables. I have mocked up a simple example of what I am trying to do on a more complex situation. Please see attached file. If I click the button on the...
View Articleneed to clear contents of an excel file using command prompt or a batch file
need to clear contents of an excel file using command prompt or a batch file for example clear contents of excel file file 1 file 2 file 3 please help
View ArticleDelete rows if
Hi, I have a very long list Newyork - Miami Houston Alabama - California Canada Mexico - Hawaii Philadelphia - Atlanta Washington DC .... I would like a VB macro to delete all the rows with a dash -...
View Article[SOLVED] Delete rows above a found keyword
I have the macro below to delete all rows above a found keyword. I am trying expand it to loop through all worksheets in a workbook, but have not had any luck. Any ideas? Thanks. Code: Sub...
View ArticleOpen list of URL in Internet Explorer
Hi I have a list of URL in excel sheet ColumnA, I have to open each Url in Internet Explorer,copy the content of that page and paste it in active workbook in each sheet. please anyone help me to loop...
View Article