在excle中怎样执行主过程和子过程?

 时间:2026-04-25 09:51:35

1、打开excle软件,进入VBA的编程界面,打开其中一个模块进行编辑,事先做好了几个子过程和函数,GetUsername,GetFirst,GetLast,DisplayLastFirst

在excle中怎样执行主过程和子过程?

2、接着是设置主过程,也就是程序执行的入口,命名为username

在excle中怎样执行主过程和子过程?

3、然后定义变量

Dim full As String, first As String, last As String

在excle中怎样执行主过程和子过程?

4、接着是调用子过程GetUsername。

Call GetUsername(full)

在excle中怎样执行主过程和子过程?

5、再调用GetFirst,获得名字的第一个。

first = GetFirst(full)

在excle中怎样执行主过程和子过程?

6、调用GetLast,获得名字的最后一个。

last = GetLast(full)

在excle中怎样执行主过程和子过程?

7、最后调用DisplayLastFirst,用来输出名字。

Call DisplayLastFirst(first, last)

完整代码如下:

Sub UserName()    Dim full As String, first As String, last As String    Call GetUsername(full)    first = GetFirst(full)    last = GetLast(full)    Call DisplayLastFirst(first, last)    End Sub

Sub GetUsername(fullname As String)        fullname = InputBox("请输入你的第一个名字和最后一个名字")

End SubFunction GetFirst(fullname As String)    Dim space As Integer    space = InStr(fullname, " ")        GetFirst = Left(fullname, space - 1)

End Function

Function GetLast(fullname As String)    Dim space As Integer    space = InStr(fullname, " ")    GetLast = Right(fullname, Len(fullname) - space)    End FunctionSub DisplayLastFirst(first, last)    MsgBox first & "," & last

End Sub

在excle中怎样执行主过程和子过程?

8、最后运行这个程序。

在excle中怎样执行主过程和子过程?

  • Excel中的单选按钮案例
  • 教你execl技巧输入中文序号的方法
  • Excel怎么打开Power Query编辑器
  • excel小技巧使用切片器一秒让自己的图表动起来
  • Excel某字段逗号和空格夹杂无法完成分列操作
  • 热门搜索
    麻婆豆腐怎么做 放屁多是怎么回事 节瓜的做法 拉血是怎么回事 所得税费用怎么算 为什么相爱的人不能在一起 霜是怎么形成的 英雄联盟fps低怎么办 灯笼怎么做 斐怎么读