ComboBox difficulties
I was wondering how to insert data (numbers) from a combobox into a spreadsheet underneath the column specified by a different combobox, which is a text. For instance, I have one combobox in which the...
View ArticleSet custom print size
I'm trying to use Excel to print custom labels on a 3 1/2" X 8 1/2" sticker. Is there a way to print custom sizes in Excel? Any help would be appreciated. Sick
View ArticleCreate word variants with different suffixes
I tried to record a macro but it seemed impossible when cursor was within cell text. Lets suppose we have a cell with this content: πήρακε ;; ελανατατικός ;; μη προκός ;; σιφτικός (Or it could simply...
View ArticleCorrespondance between Columns in two Sheets
hi everyone, I am an 35 year old entrepreneur with no prior experience in Excel programming. I am now trying to learn as fast as I can. However I have a problem that would need to be solved. If anyone...
View ArticleDropdown lists that execute sequntially
Hi, I am not sure how to call this but here is my issue. I have a sheet with raw data and a sheet with filtered data. On the filtered data sheet I created a drop down menu. The dropdown menu has...
View ArticleMaintain conditional formatting on row deletion
I have a conditional formatting macro that I apply over many sheets, but this gets "broken" when a row within the range is deleted. ie if my range to be conditional fomatting is A17:B190 and i delete...
View ArticleIncrement number in cell when printing
Hi, can I increment a number in a cell every time that page is printed? (it's just a 1 page sheet) Thanks
View ArticleHow to move multiple columns into rows
Dears, I will try to give you as-is and the target I want to achieve: AS-IS M1 M2 M3 Item1 10 20 30 Item2 30 40 60 Item3 40 50 30 TO-BE Item1 M1 10 Item1 M2 20 Item1 M3 30 Item2 M1 10 Item2 M2 20 .......
View ArticleVery basic question: getting rid of all evidence of a macro
I'm working in an office that uses both Excel 2010 and Excel 2003 (don't ask me why) and there's a spreadsheet I'm working in that someone else created in Excel 2003 which won't let me save changes...
View ArticleComparing dates of related items to determine if charge is necessary
This is my first post, so I hope I get this correct. I was just handed the job of going through 100s of workbooks to find billing errors. It is required for me to go through line by line to identify...
View Article[SOLVED] Changing a code to worksheet function
:):)Dear Experts, I have created a code & I would like to change it to worksheet function. Currently it has a button to run the code but I want to modify this. It should run on its own every time...
View Article[SOLVED] save unique copy
hi forum I got the following code i need some help i want to save a unique file every time i run the code , i was thinking add Date0r Now function . i think that would create a unique file. but...
View Articlehide vba code from all users
Is there a way in excel to hide your vba code from all users in the network but yourself? Sometimes I have to write passwords in my code to disable protection so I can write on certain cells then...
View ArticleMacro to lookup another workbook if present in folder
Hi, I would really appreciate someones help with a macro that is beyond my capabilities. I have a spreadsheet I use to keep track information on clients. The clients provide information on our website,...
View ArticleEXCEL: Last Executed Line In VBA Code
Dear All I' have code with thousands of line, now I' want to insert a code which should run after entire existing code completely executed. Now the problem is, I' can't do this with debug as it is time...
View ArticleClear Contents in an insert rows x number of times Macro
I have a macro that inserts a number of rows (input by the user) at the next available row, I just need this to also clear the contents. I tried inserting Selection.ClearContents into the code but I'm...
View ArticleAdd username to field - showing domain name only
I've got this to add the username to a field: Private Sub CommandButton16_Click() Range("c5").Value = Application.UserName End Sub However only the domain name shows up in cell C5 and no username, is...
View ArticleEnum: use same user-defined name in 2 Enum's
Hi, I found out that using Enum one can have a dropdown box to choose from when inserting a parameter in a function. enum drop-down.jpg But how can I have the same user-defined constant in more then...
View Articlegive option to save if outlook is not configured for sending email
I am having a macro that attaches the excel file and the xml (that is generated by another macro) .......sends it via outlook. But problem arises when user doesn't have outlook configured....hence i...
View ArticleMessage Box
Hello: I need a VB macro to display Message box which shows 1st line in message box to display Value which is in Cell C2 2nd line in message box to display Value which is in Cell D2 3rd line in message...
View Article