English 中文(简体)
利用“Form Control Button” 隐藏选定电池的工作(由残疾人筛查)
原标题:Workaround to hide selected cell using a `Form Control Button` (with disabled ScreenUpdating)
  • 时间:2023-06-19 17:33:31
  •  标签:
  • excel
  • vba

I m 试图使用以下工作守则,在Excel板上隐藏细胞选择,选择一个不属于可见屏幕范围的电池:

Application.ScreenUpdating = False
SomeWorksheet.Cells(Rows.Count, Columns.Count).Select
Application.ScreenUpdating = True

当我以人工方式或以<代码>活性X Button开始,但我开始使用<代码>时,就进行这项工作。 表格控制Button 选定的电池保持不变。 它还在不破坏筛查的情况下开展工作。

在我使用<条码>时,这种行为源自于此。 表格控制 在保持残疾筛查和<代码”的同时,还有办法解决这一问题。 表格控制

问题回答

暂无回答




相关问题
import of excel in SQL imports NULL lines

I have a stored procedure that imports differently formatted workbooks into a database table, does work on them then drops the table. Here is the populating query. SELECT IDENTITY(INT,1,1) AS ID ...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

Excel date to Unix timestamp

Does anyone know how to convert an Excel date to a correct Unix timestamp?

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Importing from excel "applications" using SSIS

I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...

热门标签