试图弄清楚如何使用VBA自动执行我的工作簿
我尝试使用另一张纸来放置所有公式,并使用那张纸将值粘贴到另一张纸上
我想使用宏进行计算,以便最终产品可以消除额外的工作表,因为主工作表没有公式,该公式存储在VBA中。
答案 0 :(得分:0)
以下是一些想法:
#somecode
do{
$appname = Read-Host "Which App you want to delete: [OneConnect]"
$listitem += "*$appname*"
#add $listitem to $applist except it is like **
$counterT++
$applist = [PSCustomObject]@{
appname = $listitem
}
}while($appname -notlike "")
$applist