SubErrorHandler:If notXmlAttribute is Nothing Then SetXmlAttribute = Nothing End If If notXmlNode is Nothing Then SetXmlNode = Nothing End If If notXmlDoc is Nothing Then Setxmldoc = Nothing End If If notClsmosshelper is Nothing Then SetClsmosshelper = Nothing End Ifapplication.screenupdating=TrueApplication.DisplayAlerts=True MsgBoxErr.DescriptionEnd SubIV: Excel file.Ht
use Excel VBA programming to draw a chair on a form
Steps
Open Excel and go to the Visual Basic Editor.
Insert the module.
Module programming. Programming in Module 1, declaring 4 functions, and writing a program that displays a form--"painting."
Insert the form.
Adjusts the size of the form. The Height proper
Yesterday, one of my classmates lost their mobile phones, and all their phone numbers were lost. Therefore, I felt it necessary to back up the mobile phone numbers. So today I made an address book in Excel ----- VBA for one day. I will publish these codes tonight. Code writing is ugly. Due to time constraints. The Code has no comments. Please forgive me! The software has image descriptions!
===============
Although it is a very old technology, but when it comes to it, let's talk about it .....
Office EXCEL uses VBA to call WebService in two ways:
1. N years ago, Microsoft provided the mssoap30 component and compiled it for VC ++.. Net calls WebService in a similar way. They all add references, but the fatal defect is that 64-bit office is not supported.Program(Supports 32-bit office running on 64-bit mach
I. In thisworkbook
1 private sub workbook_open () 2' % corresponding to the Alt key macro cannot be added () 3 application. onkey "% Q", "test" 4 end sub
Trigger with open event
2. In sub
Sub auto_open () application. onkey "1", "test. Module 1. Test" End sub
Set the shortcut key to number 1 of the big keyboard part. In the macro, test is the name changed by vbaproject, Module name, and macro name.
Auto_open seems to be a fixed-name macro. The macro content with this name is automatically
In Excel VBA, variables can be divided into two categories: value type, such as integer and double. This type of variable assignment operation directly uses the equal sign. For example:
Dim A as integer
Dim B as integer
A = 12
B = a + 2
Another variable type is the object type, such as range and worksheet. This type of variable stores a pointer pointing to the actual object. The value assignment operat
, the regular expression can be written directly into the arguments of the formula, without having to be placed inside the cell and then referenced.FunctionRegexreplace (ByValText as String,ByValMatchpattern as String,ByValReplacePattern as String,Optional ByValIngorecase as Boolean=True) as String'by Jing He 2017-9-1DimRegex as NewRegExp withregex. Global=True . MultiLine=True . IgnoreCase=ingorecase. Pattern=MatchpatternEnd withIfRegex. Test (Text) ThenRegexreplace=Regex.Replace (Text,
From hereNumber-to-column label: Split (Cells (1,1). Address (1,0), "$") (0) ' Replace 1-256 with red 1 toCells (1, a) Select a cell in column A of the corresponding first row;The return value of address is the absolute address of the cell, such as $A$1, A column 1 row;It has 4 parameters, let's get straight to the front two, the first is the absolute path of the line, the default is true, the second is the absolute path of the column defaults to FalseA:cells (1, 1). Address () "$A $"B:cells (1,
default, and the fourth set of values (0,4096) Determines the mandatory return of a message box. When these numbers are added to generate buttons parameter values, only one number can be fetched from each set of values.
① These constants are specified by Visual Basic for Applications (VBA). As a result, you can use these constant names everywhere in your program code without having to use actual values. The actual value is equivalent to the constant
use Excel VBA programming to draw a hexagon on a form. This tutorial is to share with friends the use of Excel VBA programming on the form to draw a hexagonal method, the tutorial is very good, suitable for beginners to learn, recommend you to see it.
Step 1
Open the Excel
$Sheets (1). Cells (Location (i), Beginrow). Interior.Color =vbred - End If - Next the - Exit FunctionWuyi End If the - Ifn = Arrmax Then Wu Exit Function - End If About $ forj = N toArrmax - IfJudge (j) =0 Then -Judge (j) =1 -Asum = Asum + arr (j,1) A PagerSubtest (J, Beginrow) + theJudge (j) =0 -Asum = Asum-arr (J,1) $ IfJ Then the whileArr (J,1) = Arr (j +1,1) thej = j +1 the Wend the
Compile Error:The code in this project must is updated for use on64-bit systems.Review and update Declare statements and then mark them with the Ptrsafe attribute.1. Question:32-bit VBA program that is running on the 64-bit system, this compilation error occurs.Environment: Office2010 Excel 64-bit, 64-bit Win7 OS?2. CausesIn the original program, the function is declared as follows. This function compiles a
/blog_638f98570101fbqn.html-----If you believe that this article is helpful to your work or study, please support (comment, reprint or share) the author to give him the impetus to continue writing. If you have any questions, please contact [email protected] to communicate.-----Copyright notice: This article by @ I was just a little bird creation, licensed under the Creative Commons Attribution-NonCommercial use-no derivative of the 3.0 Chinese mainland license agreement. Unless noted, are origin
The Excel worksheet has two numbers in A1 cells and B1 cells. These two numbers are a bit the same, now you want to find the same number and write to cell C1, find the numbers in the A1 that are not in the B1 and write to the cell D1, find the numbers in B1 that are not in A1 and write to cell E1.
As in the following worksheet picture:
I don't know whether the numbers given are the same rule, that is, the number of the first raw data is
Function PinYin2 (Hz As String) Dim Pinma As String Dim Mypinma As Variant Dim Temp As Integer, I As Integer, J as Integer Pinma="a,20319,ai,20317,an,20304,ang,20295,ao,20292,"Pinma= Pinma "Ba,20283,bai,20265,ban,20257,bang,20242,bao,20230,bei,20051,ben,20036,beng,20032,bi,20026,bian,20002,biao, 19990,bie,19986,bin,19982,bing,19976,bo,19805,bu,19784,"Pinma= Pinma "ca,19775,cai,19774,can,19763,cang,19756,cao,19751,ce,19746,ceng,19741,cha,19739,chai,197
Problem: As shown, group by Lon,lat, then transpose.Sub admin () Dim conn, xRs, xFd Set conn = CreateObject ("ADODB". Connection ") Conn. Open "Provider=Microsoft.Jet.OLEDB.4.0;" _ "Extended properties= ' Excel 8.0;hdr=yes;imex=1 ';" _ " Data source= " thisworkbook.fullname Set xRs = CreateObject (" ADODB. RecordSet ") sSQL =" Transform Sum ([tas_t]) Select [lon], [lat] from [sheet1$a:d] Group by [LON], [
How to make an Excel file that is limited to open on a computer and other computers cannot open the Excel file.
This has to be done with the help of VBA code.
Just add the following code to the event that the workbook opens.
Private Sub Workbook_Open ()
application.screenupdating = False
On Error GoTo 100
Workbooks.Open Thisworkbook.path "/validation. XLS
In Excel, you create the hyperlink code in bulk (connect to sheet in the current document), and in column B in Sheet1, you create a series of hyperlinks that are the other sheet in this document, such as creating a macro under Sheet1 code as follows.SUB Macro 1 ()Dim Temp, Temp2Dim I, Jj = 1For i = 5 to 74temp = "' G" J "'! A1 "Temp2 = "G" JRange ("B" i). SelectActiveSheet.Hyperlinks.Add anchor:=selection, address:= "", Subaddress:=temp, texttodis
There's a friend. The A1 cells and B1 cells in the Excel worksheet have two digits, and the two numbers are the same, now you want to find the same number and write to cell C1, find the numbers in the A1 that are not in the B1 and write to cell D1. Find the numbers in the B1 that are not in the A1 and write to cell E1.
As in the following worksheet picture:
I don't know whether the numbers given are the same rule, that is, the number of
The function of the following code example is to read the contents of an XML file in Excel by using VBA code.
Dim rst as ADODB. Recordset
Dim Stcon As String, Stfile as String
Dim I as Long, J as Long
Set rst = New ADODB. Recordset
Stfile = "C:dzwebs.xml"
Stcon = "provider=mspersist;"
With RST
. CursorLocation = adUseClient
. Open Stfile, Stcon, adOpenStatic, adLockReadOnly, adCmdFile
Set. ActiveC
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.