[SOLVED] VBA userform to populate multiple rows
Hello Everyone, I have created a userform that take the user input and writes the data to an excel sheet. It currently only does a single row, but I would like it to do multiple rows based on the...
View Articlesend whatsapp messages from excel
hi , is there way to send messages to whatsapp via excel ... 1) open whatsapp in chrome/ie ... 2) search for contact mention in row1 under header "contacts" in whatsapp 3) send text written in message...
View ArticleHow to make this worksheet action work with the CASE statement
i have the following routine that works, now i would like to expand it's capabilities to utilize the CASE statement Code: Private Sub Worksheet_Change(ByVal Target As Range) Dim AWorksheet As...
View ArticleAd-hoc Status Bar question
So i have this really long bit of code that updates sheets, accesses files, etc. it takes so long that it looks like excel has frozen (turned off screenupdating). So i made this userform with a...
View ArticleFirst time attempting a complex random generator, need guidence
I am pretty good at figuring things out, but I have never messed with a random generator before. I am just looking for a basic direction to go off of. What my program will be doing is that you can...
View ArticleUse macro to change chart data
I have a workbook that contains scatter plot data (x,y) in sheet 1 and a chart in sheet 2. I'd really like a macro that would allow me to change what set of x,y data is present on the chart. An...
View Article[SOLVED] Runtime error 9 - subscript out of range error
Trying to enter info into worksheets with the worksheet name (membername) being pulled from row A in the reference worksheet (scoresheet). The last line throws a error 9 - subscript out of range error...
View Article[SOLVED] Subscript Out of Range
Hi! I'm getting a subscript out of range error on the line in the sub below. I have no idea why. It's happening to all of the copy lines. All of those worksheets are in the Workbook that the sub...
View Articlecan i change vba code with press of a command button?
Here is code that colors shapes based on values in an array. I want to be able to change to a different set of values. I can do this by copying the code and adding a new button but I'd like to just...
View ArticleVBA to select row based on cell value
Hello, I'm looking for a code that can help go to the cell row faster by entering the value in a specific cell. For example, I have a list of product id in column B and a cell C5 to enter specific...
View Articlecan i change a vba code line with a command button?
I apologize if this is a repeat post. I just posted it and now i cant find it so i think i exited without saving. I have a code that changes the color of a shape based on values in an array of...
View ArticleExcel addins cause second Excel screen
This issue was noticed due to the issue in https://www.excelforum.com/excel-pro...ml#post4712097 The behavior I see is (and this is a new issue): 1) If I open any Excel workbook, when I close it,...
View ArticleMacro to export from excel to word
Hi there, I'm new to VBA and I have find myself stuck with trying to export data from Excel to Word using VBA. Basically, what I need is a piece of code that opens Word, copies a dynamic range in my...
View ArticleSecond Excel screen
Weird issue first seen today. Possibly related to my post in https://www.excelforum.com/excel-pro...ary-error.html If I open a workbook with no addins, Workbook opens normally, one Excel application...
View ArticleRandom Allocation Method
Hi All, I am in the process of preparing an allocation tracker with random selections and I have enclosed a template of the same. Let me explain the sheets given in the template. Dump - This is where...
View ArticleSelecting a Range from Table depending on the first row Value
Hello! I've been going at it all morning and I cant seem to find the right solution. I have a big table shown below that will keep expanding on the right (as new dates are added) and downwards (as new...
View ArticleMatch partial word instead of all or nothing
Hi there! I was looking at what is now a closed thread here, and found this lovely bit of code. The only problem I've been having with it is that it changes the font of only an exact word but if the...
View ArticleOpen WB as read only. But give runtime error 1004 password supplied is not...
I've written a VBA that opens a .xlsm Workbook. In the workbook, at least 1 worksheet is password protected. Code: Workbooks.Open Filename:=FullPath & FileName, UpdateLinks:=0, ReadOnly:=True The...
View Article[SOLVED] So nearly finished - need help with email macro
Is there a way I can get this to email using outlook to the email address inputted into the message box? Code: Worksheets("Sheet2").Select ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF,...
View Article