Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/office/pt…
Como carregar o contéudo de uma célula do excel em um textbox?
Estou começando a estudar VBA em Excel. Não estou conseguindo mostrar em um textbox o contéudo de uma célula. Alguém poderia me ajudar?
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/offic…
Problems with Microsoft Office Spreadsheet 11.0
Excel on my computer is work well with UserForm and Spreadsheet 11.0. When I copy the excel file to another computer and install OWC that you provided (restart computer as well), but its still the same.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/offic…
Help with API Function SHGetKnownFolderPath
It's written for a VB6 form but very easy to adapt to a VBA userform.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
Populating Listbox Header from query to SQl using recordset in Excel ...
I work on a UserForm and wanna to show SELECT query result in it via query table Headers.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Using the numpages pages field in VBA
What are the VBA objects/collection that control and can manipulate the numpages and pages fields. Also if I want to create a simple user form or code that allows the user depending on the number of different sections in a document control the starting number for each section.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/exchange/…
how to assign a macro to an excel cell (click)
I will tell you why i need this. I have a userform that has a calendar control on it. Now in my project the column A is date. I want my userform to come up, when user clicks on any cell in column A and just chooses the date from calendar. My macro for the calendar is ready.....but its the problem to call it. FYI, i will paste that macro here.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/office/en…
Replace Table Cell RGB Color by Using Word VBA Forum
Let's say that the text boxes are named (left to right, top to bottom) txtRin, txtGin, txtBin, txtRout, txtGout, and txtBout. And let's say you place a command button cmdOK on the userform that will run the code. The On Click event procedure for the command button could look like this:
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/office/en…
Voting button reply missing body of original email
I have created a userform in Outlook, and when filled out the users clicks the button on the form and an email is created and sent. The sent email has voting buttons for the recipient to use. The email that is sent has voting buttons as this process is to gain approval for an action. Depending on the case, there may need to be one level of approval or 2 levels of approval. Case 1: Sender sends ...
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
How to set Datepicker default value to the last date selected.
1. I set a variable in Datepicker1_change as following: Datepicker1_change () Date1=Datepicker1.value end sub Userform_initialized () Datepicker1.value=Date1 End Sub The problem is that when I exit from Excel, the default date changes to 1/1/1899
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Excel 2016 hard crash in VBE7.DLL Exception 0xc0000027
I found the limitations with using the menus to modify the toolbar UI to be unacceptable (hard-coded pathnames to the file and macro embedded in the toolbar button's XML!? ridiculous! How the heck can you distribute anything with that as the default configuration? answer: you can't!) so I found out how to embed the customUI in the workbook file. started out ok, but then I made a critical ...