How to set variable to be opened word file
Hello all! Sorry but just didn't manage to find it on the web. I have already opened word file. now i need statement like this: Set wrdDoc = file("c:\fd.doc") Please help since i have no idea how to do...
View ArticleCommand Button Save vs Save as
I was asked to create a spreadsheet that has multiple save buttons. I don't have a choice in the design of the form so I'm trying to make it as close to specification as possible. There are several...
View Article[SOLVED] Convert Column Number to Letter VBA
Hi All, I believe this should be fairly simple, but i just cannot put my finger on what to do. I am trying to get a column number reference to be its corresponding letter. Here is the chunk of my code,...
View ArticleI want to pull information from multiple worksheets into 1 summary worksheet
The insurance agency I work for put together a breakeven analysis for some of our customers. Each workbook represents a customer and each worksheet represents 1 farm with all of the costs per acre and...
View ArticleTest combobox entry to populate next textbox in same form
I have a form using a combobox and several text boxes. I initialize these boxes to populate the combobox. Is it possible to test the users selection from the combobox to populate the next entry...
View Article[SOLVED] Changing font from a disable textbox
Hi! I have a userform that sometimes I need to disable a textbox (but want to leave visible the text) and the thing is that everytime I disable the textbox the font of what is written inside becomes...
View ArticleHelp... Creating folder
hi every one, im new here,... and need help,.. how to create a folder with a spesific name from a column in excell and the folder created within the same file workbook that opens. thx in advance
View ArticleDate stamp if cell contents are changed.
Hi guys, I have a sheet where if a any value in column N is changed it will date stamp the column to its right. I achieved this with the following code: Code: Private Sub Worksheet_Change(ByVal Target...
View ArticleCannot use that command on overlapping sections
Hi All, I cannot seem to figure out why my code isn't allowing me to delete the selected columns. It gives me the error "Cannot use that command on overlapping sections" Does anyone know how to fix...
View Article[SOLVED] Copy and Pasting Data from Excel into External Programs - Quotes...
Good afternoon, I have a strange little problem. I created a macro button to copy a cell's text for me so I can transfer it to another program (in this case a web-based program, but the same problem...
View ArticleFind in column and then move results to specifc sheet
i've been trying out the macro function but it doesnt seem to caputure my find operation. I want to search a column for a word, in this case "server", and move all of the resulted rows to my sheet...
View Articlefiltering by # of days before (todays date)
Is there a way in a macro to filter by # of days prior to todays date? in other words, I have a date column of when a pc last connected. I need to see all of the pc's that last connected before 45 days...
View Articleprogramming a custom solver in excel
I have 6 columns in a spreadsheet. the expressions i am using are very complex, but to illustrate my problem i will use simple expressions. column 1 has a variable t. column 2 has variable A. column 3...
View ArticleCountA within specific columns of a named range
Hi there, I have researched this one and can't find my situation answered so I thought I would ask my first question on this forum. Question: how can I count the # of cells filled in on a named range...
View ArticleGenerate nicely-formatted email notification for past due customers and...
Hi all, I hope you'll help indulge a beginner. I have some code I found online that closely resembles what I need it to do, and I've managed to stumble through it enough to get an email to send, but it...
View ArticleMacro executes but not giving results :confused::confused::confused:
Hello Masters, I have assigned below macro to different shapes in excel file, which changing text colors of other shapes. There are few more macros in the file, which all are working fine. My problem...
View ArticleHow to remove 0 from excel pivot table filter using macro
Hi All, I have just created one pivot table that pulls data from another sheet which has linked as reference from other sheet, but there are some blank spaces are there in the cell but in the drop down...
View ArticleCount number of occurrences for a number of ranges from a find loop
Hello, I need to display the number of occurrences for each range within an array and put this value offset to the range cell. I have attached an example workbook of what I need to happen. The Macro...
View ArticleInserting number of rows based on a count of data
Hi, I have a list of data in column A that changes length. I'm looking for a macro that can insert columns from column O based on twice the count of data in column A. eg. if there are 5 entries in...
View ArticleDelete row comparing 2 columns
Hi! Hope someone can help me with the code Im looking for... I need a macro that compares data from 2 columns (D7 till the end & E7 till the end) and when it finds that data from one cell in column...
View Article