将宏关联到工作表中的表单

时间:2017-10-04 17:51:16

标签: excel vba excel-vba

有人能给我一个关于这个问题的小贴士吗?

我添加了这两个"圆角矩形" (B1和B2)在我的工作表中。

Rectangles in the WorkSheet

我也写了下面的宏(mainMacro):

Sub mainMacro() 

if "B1 was selected" then
  'do something
elseif "B2 was selected" then
   'do other thing.
end If 

End Sub

我的问题是:有没有办法编写一个VBA代码,根据用户点击的内容进行修改(正如我在mainMacro的' If'语句中写的那样)?

Obs:我注意到VBA将这些矩形标识为:数组("圆角矩形x")

0 个答案:

没有答案