如何使用VBA存储公式但仅粘贴值

时间:2019-04-08 07:20:08

标签: excel vba excel-formula

试图弄清楚如何使用VBA自动执行我的工作簿

我尝试使用另一张纸来放置所有公式,并使用那张纸将值粘贴到另一张纸上

我想使用宏进行计算,以便最终产品可以消除额外的工作表,因为主工作表没有公式,该公式存储在VBA中。

1 个答案:

答案 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