Run code when country is selected in dropdown menu
Hi I have in sheet some countries in column B. Over them i have a dropdown menu, with same countries. I would like to run a code, when i select a country and it match the country name in sheet 2 column...
View ArticleOption Buttons and If statement
In summery I have 2 sets of 2 option button groups, for example; group 1 has: Option_Button_A and Option_Button_B Group 2 has: Option_Button_C and Option_Button_D Depending on which 2 buttons are...
View ArticleSort Macro
I have a calender that I use for each month. There is one tab or sheet for each month. In that calendar I have a flight schedule for each day. I have to sort the time column for each day so I recorded...
View ArticleAdd a value to a cell which is referenced using ".cells"
I'm trying to increase a particular cell's value by another value, and I am referencing the cell using ".cells", because I am using a variable for the column value: Code: '...
View ArticleNeed help with a spreadsheet I want people to see on the web
Hello Have a spreadsheet i want people to see on the web and give them the ability to choose the way they want to see the spreadsheet (VBA driven), but i dont want the spreadsheet in the cloud or...
View Article[SOLVED] colour row based on column criteria ,populated by numbers or blank
hi I have a spreadsheet that uses columns from a to m ,I want to highlight all rows based on what value column I holds ,it will be a barcode with 2,3,4 or 5 numbers or empty,i have sheet code to do the...
View ArticleReal time text translation to match the language selectedin language vailidation
Hi Friends, I think there is built-in language translation feature in Excel. But I am not sure. I have a challege (for me) to translate the text to match the language at the validation list. In my...
View Articleminer help needed on a macro plz
hello everyone, recently i was provided with the macro which i have listed below its a great formula and its doing quiet a decent job on my project on one sheet, but however i would like to link...
View ArticleNeed Advice in plotting graph in VBA.
Generate the column of values and plot graph of y=cos(x)-x/2 Plot the graph that will show all the possible zeros Use Newtons method to find the root, generate columns, find the rightmost root with...
View ArticleTwo VBA Functions working fine with Win XP but not working with Win 7
Hi everyone, I have the following functions, which work just fine with with Win XP but when I transferred to Win 7, they both didn't work: 1- Getting Win Version: Formula: Private Type OSVERSIONINFO...
View Article[SOLVED] Generate the column of values and plot graph of y=cos(x)-x/2 using VBA
Generate the column of values and plot graph of y=cos(x)-x/2 Plot the graph that will show all the possible zeros Use Newtons method to find the root, generate columns, find the rightmost root with...
View ArticleHow to display option button GroupName in MsgBox or text string
New to VBA. I need help with what I am trying to do. I have a group of option buttons on a userform named "frmTransportation" using the toolbox in visual basic editor. All of the option buttons have...
View ArticleNesting for loops
Hi, I need help about nesting for loops, I need a VBA program that fill cells(1,1) with the value of 1, cells(2,1) with the value of 2, cells(3,1) with the value of 3......until cells (n,1) while the...
View ArticleUnable to Seach the Data by "Name" in UserForm
Hello, I have a UserForm to Search Data from my worksheet (name "Payment Records")...In the UserForm I have got a ListBox to display searched data and In UserForm I have a combo box which gives option...
View ArticleCall sub for another sheet + when sheets name is string in sheet
Hi I have problem 1., not working combo box, I dont know wha dont working 2., call sub with sheets name , I dont know syntax what I want to do :( I want use button "Copy - call sub sorting + change...
View ArticleTrying to track inventory using a barcode scanner in Excel
ok...I have a craft business with several different kinds of homemade dips and marinates. Inventory to restock has been an issue. What I am trying to do is at the craft shows I would like to scan...
View Articlenew windows sizing/location/placement..
I have two excel files, let's call them excel1.xlsx and excel2.xlsx. When opening the first file, excel1, I would like to automatically open the excel2 file. I would also like the excel2 file to always...
View ArticleVBA Formula Fill
I'm trying to write a VBA that inserts a formula into the second row of the first available column. This is the formula: =VLOOKUP(A2,'Data Dump'!A:H,4,FALSE) This formula needs to reference A2 no...
View ArticleSave As to a Specific Location and Name from Specific Cell Macro when...
Sorry for the mouthful Title... What I am hoping to do is have a Macro 'linked' to a shape in a sheet that will do the following: 1. Save As 2. Save to a specific location (on a public drive) 3. Save...
View Article[SOLVED] Excel 2010 -- "Visual Basic" "Macros" and "Record Macro" all disabled.
Hello, so I'm not sure if this belongs in Excel General? but I have excel 2010 for PC and my "Visual basic" "macros" and "Record Macro" buttons are all greyed out. The developer tab is (of course) up,...
View Article