使用VBA禁用Excel中的Home和其他功能区选项卡

时间:2015-12-02 12:42:44

标签: excel vba excel-vba

我们想要使用VBA禁用Excel中的某些功能区选项卡。但是无法使用VBA这样做。

我们在下面的代码中找到了它,但它隐藏了整个功能区选项卡。但我们希望启用一些控件,如过滤器字体等。

for 0 < i < emp_ids.length
 update employee set emp_joining_date = emp_joining_dates[i] where emp_id = emp_ids[i] //running update query multiple times
end

0 个答案:

没有答案